What is the output of printf("%d")?
Answer Posted / vanitha
garbage value
| Is This Answer Correct ? | 27 Yes | 11 No |
Post New Answer View All Answers
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is the function of I/O library in C++ ?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is c++ best used for?
How many namespaces are there in c++?
Can a constructor be private?
Explain how an exception handler is defined and invoked in a Program.
What is the use of endl in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Define a conversion constructor?
How to access a variable of the structure?
Define virtual constructor.
Does c++ support multilevel and multiple inheritances?
What is lambda in c++?
What is the basic structure of c++ program?