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
Explain how functions are classified in C++ ?
daily Routine of father
What is const in c++?
What is flush () in c++?
What is function overloading c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How do you flush a buffer in c++?
What is the use of main function in c++?
Do vectors start at 0 c++?
Define 'std'.
What is buffering in c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is the use of object in c++?
What is main function in c++ with example?
Explain function overloading and operator overloading.