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

Answer Posted / snigdhadeb

printf("%d");
will gives the answer 0....

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 data types c++?

536


Explain public, protected, private in c++?

563


Explain how we implement exception handling in c++?

571


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

564


What's the "software peter principleā€?

616






What is code reusability in c++?

660


What do you mean by stack unwinding in c++?

723


What is the sequence of destruction of local objects?

550


Why Pointers are not used in C++?

616


What are the two types of polymorphism?

585


Distinguish between new and malloc and delete and free().

569


How can you specify a class in C++?

791


Can we declare a base-class destructor as virtual?

577


Please explain class & object in c++?

598


How will you call C functions from C ++ and vice-versa?

650