What is the output of printf("%d")?
Answer Posted / sanjiv
It will give a garbage value. It is tested.
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
Explain virtual class and friend class.
Does improper inheritance have a potential to wreck a project?
How does a C++ structure differ from a C++ class?
What are smart pointers?
Which software is best for coding?
What is the hardest coding language to learn?
Why is polymorphism useful?
Can we make copy constructor private in c++?
List the special characteristics of constructor.
When must you use a pointer rather than a reference?
What is a character in c++?
Explain the differences between list x; & list x();.
What is the output of the following program? Why?
What is a binary file? List the merits and demerits of the binary file usagein C++.
When should we use container classes instead of arrays?