What is the output of printf("%d")?
Answer Posted / creed
When insufficent argumrnts r give 2 c compiler it give
arbitrary answers
in turbo c it gives o/p =0
in other compiler it trys 2 read values from last stack top
i.e garbage
some compiler can may even crash
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Explain the isa and hasa class relationships. How would you implement each?
Can you declare an array without a size in c++?
What are inline functions? What is the syntax for defining an inline function?
What is a manipulator in c++?
What do manipulators do?
What is rtti in c++?
What are the advantages of c++? Explain
What is polymorphism in c++? Explain with an example?
Difference between an inspector and a mutator
What are the advantages of using a pointer?
What can I use instead of namespace std?
What are c++ data types?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What's the order in which the objects in an array are destructed?
How the keyword struct is different from the keyword class in c++?