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
Differentiate between late binding and early binding.
Is recursion allowed in inline functions?
Why ctype h is used in c++?
Explain terminate() function?
List the special characteristics of constructor.
Why c++ is better than c language?
What is the sequence of destruction of local objects?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Differentiate between the manipulator and setf( ) function?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Which coding certification is best?
What's c++ used for?
How is static data member similar to a global variable?
What are the benefits of pointers?
We use library functions in the program, in what form they are provided to the program?