What is the output of printf("%d")?
Answer Posted / arnab kuamr mahapatra
it will print a garbage value
that means default value an integer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give example of a pure virtual function in c++?
Is c better than c++?
Why do we need runtime polymorphism in c++?
What are the two types of comments, and how do they differ?
What is virtual table?
Is arr and &arr are same expression for an array?
What is near, far and huge pointers? How many bytes are occupied by them?
What is the difference between while and do while loop? Explain with examples.
What is singleton class in c++?
Is c++ the most powerful language?
What is decltype c++?
What are libraries in c++?
What is an inline function in c++?
What is command line arguments in C++? What are its uses? Where we have to use this?
Can a constructor return a value?