What is the output of printf("%d")?
Answer Posted / guest
it is used to print one integer data type value.
| Is This Answer Correct ? | 90 Yes | 46 No |
Post New Answer View All Answers
What does flush do?
What is a pointer how and when is it used?
What is the size of integer variable?
What are references in c++? What is a local reference?
What is the use of bit fields in structure declaration?
Where are setjmp and longjmp used in c++?
What is the difference between delegation and implemented-in-terms-of?
Are there interfaces in c++?
What is else syntax in c++?
What is meant by the term name mangling in c++?
what are the decision making statements in C++? Explain if statement with an example?
What new()is different from malloc()?
State the difference between delete and delete[].
What is a tree in c++?
In what situations do you have to use initialization list rather than assignment in constructors?