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
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is a down cast?
Can you please explain the difference between overloading and overriding?
What is while loops?
Tell me difference between constant pointer and pointer to a constant.
What is scope operator in c++?
Explain what is oop?
Please explain the reference variable in c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Can we change the basic meaning of an operator in c++?
How delete [] is different from delete?
What is a tree in c++?
How to declaring variables in c++?
How can virtual functions in c++ be implemented?
Which programming language should I learn first?