What is the output of printf("%d")?
Answer Posted / hafizul
the value at the top of the stack will be printed.
if some value is assigned to some variable before dis stmnt
then that value will be printed, otherwise some garbage
value(that r at the top of the stack) will be printed.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why do we learn c++?
Can you explicitly call a destructor on a local variable?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Do class declarations end with a semicolon?
What is a tree in c++?
Please explain class & object in c++?
what is multi-threading in C++?
What are structs in c++?
Is c++ the hardest language?
Differentiate between C and C++.
What is a terminating character in c++?
Explain the difference between static and dynamic binding of functions?
Is there a c++ certification?
What is the difference between object-oriented programming and procedural programming?
What is meaning of in c++?