What is the output of printf("%d")?
Answer Posted / mousam sahu
it will give an expression syntax error as printf must have
an expression like ;
| Is This Answer Correct ? | 5 Yes | 22 No |
Post New Answer View All Answers
How should a contructor handle a failure?
When does a 'this' pointer get created?
Explain the static storage classes in c++.
what are Access specifiers in C++ class? What are the types?
How do you establish an is-a relationship?
What is the difference between interpreters and compilers?
What is #include iostream h in c++?
What is c++ used for in games?
Can c++ do everything c can?
what is the difference between overloading & overriding? give example.
Explain the auto storage classes in c++.
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is atoi in c++?
Explain differences between new() and delete()?
What are exceptions c++?