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

Answer Posted / sanjiv

It will give a garbage value. It is tested.

Is This Answer Correct ?    15 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of loops in c++?

648


What is scope in c++ with example?

626


Write a code/algo to find the frequency of each element in an array?

599


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

597


How many types of classes are there in c++?

590






What are the differences between malloc() and calloc()?

608


Is it possible to provide special behavior for one instance of a template but not for other instances?

626


What is exception handling? Does c++ support exception handling?

583


Explain how we implement exception handling in c++?

571


What is array in c++ example?

645


What are pointers used for c++?

569


How would you call C functions from C++ and vice versa?

634


When does a 'this' pointer get created?

614


What is command line arguments in C++? What are its uses? Where we have to use this?

571


How do we balance an AVL Tree in C++?

630