What is the output of printf("%d")?
Answer Posted / anzarudeen
garbage value
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Differentiate between the message and method in c++?
What is singleton pattern in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Can char be a number c++?
What is difference between rand () and srand ()?
What does ios :: app do in c++?
How can I improve my c++ skills?
What is pair in c++?
Refer to a name of class or function that is defined within a namespace?
What can c++ be used for?
What is difference between malloc()/free() and new/delete?
Why c++ is called oop?
What do you mean by overhead in c++?
Define a nested class. Explain how it can be useful.
Should a constructor be public or private?