What is the output of printf("%d")?
Answer Posted / anita sachdeva
it will print nothing
| Is This Answer Correct ? | 27 Yes | 68 No |
Post New Answer View All Answers
Why was c++ made?
How is new() different from malloc()?
What is the use of "new" operator?
How do I tokenize a string in c++?
What does h mean in maths?
Where can I run c++ program?
Tell me difference between constant pointer and pointer to a constant.
What is the output of the following program? Why?
What is c++ w3school?
What is operators in c++?
How do I use arrays in c++?
what is data abstraction in C++?
When does a name clash occur in c++?
Which software is used to run c++ program?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list