What is the output of printf("%d")?
Answer Posted / reegan
printf"%d");
it just prints '0'
| Is This Answer Correct ? | 12 Yes | 21 No |
Post New Answer View All Answers
Difference between overloaded functions and overridden functions
How is new() different from malloc()?
Is c++ primer good for beginners?
What is a volatile variable in c++?
What is setf in c++?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What are the advantages of using a pointer?
Are there any special rules about inlining?
What is private public protected in c++?
What is problem with overriding functions?
Is c# written in c++?
Why was c++ made?
What do you mean by static variables?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Is C++ case sensitive a) False b) Depends on implementation c) True