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
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What are punctuators in c++?
What is class and structure in c++?
How can I learn dev c++ programming?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What does return 0 do in c++?
What is protected inheritance?
Write about c++ storage classes?
what Is DCS ? what i will get benefit when i did?
Can you Mention some Application of C/C++?
Explain overriding.
Why are pointers not used in c++?
What are the implicit member functions of class?
Define Virtual function in C++.