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


Please Help Members By Posting Answers For Below Questions

What is stl containers in c++?

579


What is a set in c++?

526


What is static in c++?

588


What is the purpose of ios::basefield in the following statement?

781


When does a name clash occur in c++?

708






Why do we use classes in programming?

568


What do you mean by enumerated data type?

568


What are the uses of static class data?

628


Which c++ compiler is best?

577


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

624


What is c++ mutable?

696


What is the benefit of learning c++?

545


What is c++ prototype?

580


Is recursion allowed in inline functions?

603


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

620