What is the output of printf("%d")?
Answer Posted / vaisakh.r
printf("%d") will printf some garbage value since there is no varible specified in it.so compiler check the argument stack check offset depending on the format specifier print whats on that location, since we can't sure about that value say it will print some garbage value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are dynamic type checking?
What is conditions when using boolean operators?
What are the defining traits of an object-oriented language?
What is late binding c++?
How can I learn c++ easily?
How do I get good at c++ programming?
Describe private, protected and public?
Can a program run without main in c++?
Is java the same as c++?
Explain how we implement exception handling in c++?
Give an example of run-time polymorphism/virtual functions.
How can you tell what shell you are running on unix system?
What is stoi in c++?
How does c++ structure differ from c++ class?
What are put and get pointers?