what is output of the following statetment?Printf(“%x”,
-1<<4); ?
Answer Posted / ankurmohansharma
In case of 16- bit compiler answer will be fff0
In case of 32-bit compiler answer will be fffffff0.
Reason being same as of above two
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Why void is used in c?
What is extern variable in c with example?
What does the && operator do in a program code?
What is adt in c programming?
Explain what is the most efficient way to store flag values?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is a 'null pointer assignment' error?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What does return 1 means in c?
Is c a great language, or what?
What is ## preprocessor operator in c?
What is extern storage class in c?
What is an lvalue in c?
How can I avoid the abort, retry, fail messages?