What is the output of printf("%d")?
Answer Posted / apoorv
it will be give u garbage value....u can't be sure for d
value....
its depend on d complier which value he read recently...
and it will be a garbage....according to d programer...bcoz
he don,t knw which value has been recentyly read by d
compiler...!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a character in c++?
Can you overload the operator+ for short integers?
What is function overloading c++?
What is class and structure in c++?
What are built-in functions? What is the syntax for the definition?
Explain about Garbage Collector?
Are there any special rules about inlining?
what is COPY CONSTRUCTOR and what is it used for?
Explain the register storage classes in c++.
Please explain the reference variable in c++?
What is c++ runtime?
What is c++ 11 and c++ 14?
What is c++ flowchart?
How we can differentiate between a pre and post increment operators during overloading?
What does new in c++ do?