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

Answer Posted / kumar

it was compiled in dev c++

prints a value 31783972

Is This Answer Correct ?    14 Yes 39 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When you overload member functions, in what ways must they differ?

586


What is a vector c++?

547


What is the best it certification?

580


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

713


What are advantages of c++?

558






State the difference between pre and post increment/decrement operations.

601


What is the basic structure of a c++ program?

608


What does std mean in c++?

577


Explain deep copy?

606


Is c++ primer good for beginners?

585


What is type of 'this' pointer? Explain when it is get created?

582


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2014


Can a constructor return a value?

573


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

613


What is constructor and destructor in c++?

614