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
Why do we need a structure?
What are header files and what are its uses in C programming?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Explain the use of bit fieild.
What are the advantages and disadvantages of pointers?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What happens if header file is included twice?
in iso what are the common technological language?
how do you programme Carrier Sense Multiple Access
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Tell me what are bitwise shift operators?
Write the Program to reverse a string using pointers.
In which header file is the null macro defined?
What is meant by keywords in c?