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 does flush do c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is c++ stringstream?
how to explain our contribution in the project?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is size of string in c++?
Is swift faster than c++?
Why can templates only be implemented in the header file?
Define the operators that can be used with a pointer.
Will the following program execute?
What is class syntax c++?
What is the use of lambda in c++?
What is static function? Explain with an example
What is command line arguments in C++? What are its uses? Where we have to use this?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero