What is the output of printf("%d")?
Answer Posted / shruthi
the o/p is 0.
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What are the different types of polymorphism in c++?
What is low level language in simple words?
What are the general quetions are in DEna bank manager IT/System interviews?
Is c# written in c++?
What is virtual base class uses?
Explain about templates of C++.
What is setbase c++?
Explain bubble sorting.
What is the difference between the compiler and the preprocessor?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Using a smart pointer can we iterate through a container?
What does ios :: app do in c++?
Explain stack unwinding.
Do you know the use of vtable?
Declare a class vehicle and make it an abstract data type.