what is the output of below code
int x=8,y;
x>>=2;
y=x;
what is y value.
NOTE:EXPLANATION IS COMPALSARY with binary bits
Answer Posted / rajiv
2
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is difference between function overloading and operator overloading?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Tell us something about keyword 'auto'.
What is printf () in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
How main function is called in c?
Is there a way to switch on strings?
What header files do I need in order to define the standard library functions I use?
When should a type cast be used?
What is the difference between fread buffer() and fwrite buffer()?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is pointers in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
I have seen function declarations that look like this