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
What is main return c?
Is it fine to write void main () or main () in c?
What are void pointers in c?
What does struct node * mean?
What does the error message "DGROUP exceeds 64K" mean?
What is infinite loop?
Give me the code of in-order recursive and non-recursive.
How many types of sorting are there in c?
Explain about block scope in c?
Explain union. What are its advantages?
What is the use of extern in c?
Who invented bcpl language?
What are the storage classes in C?
What is f'n in math?
What is variable declaration and definition in c?