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
Do inline functions improve performance?
What is ofstream c++?
Explain how a pointer to function can be declared in C++?
How a new operator differs from the operator new?
What is buffer and example?
What is a constructor and how is it called?
What's the hardest coding language?
Does c++ have finally?
Why struct is used in c++?
Explain the uses oof nested class?
What is the purpose of the "delete" operator?
How to declare an array of pointers to integer?
What does override mean in c++?
Who invented turbo c++?
What is array give example?