What is the output of printf("%d")?
Answer Posted / aaru
garbage value
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Evaulate: 22%5 a) 2 b) 4 c) 0
How many standards of c++ are there?
When should you use global variables?
What do you mean by overhead in c++?
What are manipulators in c++ with example?
What is the use of this pointer in c++?
What is general form of pure virtual function? Explain?
What is protected inheritance?
Do we have to use initialization list in spite of the assignment in constructors?
What is the return value of the insertion operator?
Explain the benefits of proper inheritance.
What do nonglobal variables default to a) auto b) register c) static
Explain the difference between realloc() and free() in c++?
What new()is different from malloc()?
What is the benefit of c++?