What is the output of printf("%d")?
Answer Posted / vijay
it will print the recently assigned integer value.....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What are special characters c++?
What is the use of "new" operator?
What does new return if there is insufficient memory to make your new object?
Out of fgets() and gets() which function is safe to use?
How can I learn c++ easily?
What is the use of 'using' declaration in c++?
How long it will take to learn c++?
How can you link a c program with a c function?
Explain the purpose of the keyword volatile.
Should a constructor be public or private?
What are the vectors in c++?
Why is it called c++?
Is c++ vector dynamic?
Write a program to interchange 2 variables without using the third one.