What is the output of printf("%d")?
Answer Posted / kesavan
It will print the garbage value.
| Is This Answer Correct ? | 89 Yes | 29 No |
Post New Answer View All Answers
Is string an object in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is data structure in c++?
What is an inline function in c++?
Is c++ the hardest language?
Name four predefined macros.
Explain virtual destructor?
When is the destructor called?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is the role of static keyword for a class member variable?
How many characters are recognized by ANSI C++?
What is the best ide for c++?
What is meant by a delegate?
Who created c++?
What is the difference between global variables and local variable