What is the output of printf("%d")?
Answer Posted / kesavan
It will print the garbage value.
| Is This Answer Correct ? | 89 Yes | 29 No |
Post New Answer View All Answers
How to declare an array of pointers to integer?
What are c++ stream classes?
what is c++
What is microsoft c++ redistributable 2013?
What are the stages in the development cycle?
What kind of jobs can I get with c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Is c++ a software?
Describe private, protected and public?
Define whitespace in C++.
What is an adjust field format flag?
What is a base class?
What is the rule of three?
What is the difference between prefix and postfix versions of operator++()?
Is it possible to provide default values while overloading a binary operator?