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
Can I learn c++ without knowing c?
What's c++ used for?
What is a manipulative person?
How do pointers work?
What kind of problems can be solved by a namespace?
what you know about c++?
Write a program to concatenate two strings.
What is purpose of new operator?
How can I improve my c++ skills?
Is c++ the most powerful language?
What is a stack c++?
What are signs of manipulation?
Difference between declaration and definition of a variable.
what is a reference variable in C++?
Write about the stack unwinding?