What is the output of printf("%d")?

Answer Posted / baban dongare

It will generate the garbage value..

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can constructor be static in c++?

643


what is Member Functions in Classes?

620


What is the difference between equal to (==) and assignment operator (=)?

581


What is singleton class in c++?

596


What is operators in c++?

567






What is jump statement in C++?

619


What is difference between class and function?

585


What is c++ stringstream?

609


Will a catch statement catch a derived exception if it is looking for the base class?

563


What is the use of vtable?

673


What are c++ stream classes?

562


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

614


How does code-bloating occur in c++?

753


what are the iterator and generic algorithms.

1485


Can I make ios apps with c++?

562