What is the output of printf("%d")?
Answer Posted / keshav.gadde
The output is 0
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What problems might the following macro bring to the application?
How can an improvement in the quality of software be done by try/catch/throw?
Is c++ a float?
Who discovered c++?
What is vectorial capacity?
Is there any function that can skip certain number of characters present in the input stream?
How one would use switch in a program?
What is problem with overriding functions?
What is the difference between public, private, and protected access?
What are guid?
What is the benefit of learning c++?
How does com provide language transparency?
Write about the use of the virtual destructor?
What is c++ runtime?
Implement stack operations with pointers with appropriate exception checks.