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

Answer Posted / uma sankar pradhan

int a=30;
printf("%d");

the output is 30

Is This Answer Correct ?    33 Yes 38 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

We use library functions in the program, in what form they are provided to the program?

602


Explain method of creating object in C++ ?

597


Why c++ is so important?

609


Why is c++ still best?

554


How does list r; differs from list r();?

694






What is a singleton class c++?

544


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.

1721


How is c++ different from java?

561


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

574


Explain the difference between class and struct in c++?

590


Does improper inheritance have a potential to wreck a project?

632


How do you define/declare constants in c++?

613


Define a pointer to a data member of the type pointer to pointer?

576


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

655


Why c++ is not a pure oop language?

559