What is the output of printf("%d")?
Answer Posted / uma sankar pradhan
int a=30;
printf("%d");
the output is 30
| Is This Answer Correct ? | 33 Yes | 38 No |
Post New Answer View All Answers
What does extern mean in a function declaration in c++?
What things would you remember while making an interface?
What are references in c++?
What is the role of static keyword for a class member variable?
Is java easier than c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is meant by forward referencing and when should it be used?
Can comments be nested?
Can c++ do everything c can?
How do you decide which integer type to use?
Why null pointer is used?
What is c++ mutable?
Explain polymorphism?
What are the two shift operators and what are their functions?
Explain what is polymorphism in c++?