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 do you mean by translation unit?
Explain the advantages of using friend classes.
In c++, what is the difference between method overloading and method overriding?
What is the use of :: operator in c++?
How a macro differs from a template?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Why namespace is used in c++?
Explain the isa and hasa class relationships. How would you implement each?
What is the difference between set and map in c++?
What is the standard template library (stl)?
Why do we need templates?
How do I exit turbo c++?
What is the best c++ book?
How do you differentiate between overloading the prefix and postfix increments?
What are the differences between the function prototype and the function defi-nition?