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

Answer Posted / vanitha

garbage value

Is This Answer Correct ?    27 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ an oop?

583


Define anonymous class.

621


What is the difference between the functions memmove() and memcpy()?

626


Define vptr.

592


Is there finally in c++?

614






Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

1710


Explain the scope of resolution operator.

623


What is an operator function? Describe the function of an operator function?

610


Why is "using namespace std;" considered bad practice?

647


What is the use of endl in c++ give an example?

608


Differentiate between a template class and class template in c++?

624


Which function cannot be overloaded c++?

573


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

1830


What is a rooted hierarchy?

673


Do the parentheses after the type name make a difference with new?

640