Too too confusing~Got yu ppl..this was a question from an online test i went thru for an exam practice..! I was so con...
Too too confusing~#include<stdio.h> void main() { int i=10,j=5,k=3; k=j++ + j++ + j++; printf("\n%d\n%d",k,j); j=5; i=...
Help with shifting bits!Thankyu both!! Got it now..
Help with shifting bits!#include<stdio.h> main() { int Oxygen=5; printf("%d\n%d\n%d",Oxygen,Oxygen<<5,Oxygen>> 5);...
Union operation and statement!#include<stdio.h> int main() { union x { char v1; short int v2; }; union x x1;...
This user does not accept Private Messages