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
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
how logic is used
Is swift based on c?
given post order,in order construct the corresponding binary tree
What is the difference between typedef struct and struct?
What is abstract data structure in c?
formula to convert 2500mmh2o into m3/hr
How can you draw circles in C?
Explain how do you search data in a data file using random access method?
Place the #include statement must be written in the program?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What are the uses of null pointers?
What are register variables in c?
How can you find the day of the week given the date?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion