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
When you overload member functions, in what ways must they differ?
Why do we use vector in c++?
Is facebook written in c++?
What is the use of default constructor?
State two differences between C and C++.
Is c++ the hardest language?
What is the difference between structures and unions?
Who calls main function?
What is the best c c++ compiler for windows?
What are the two shift operators and what are their functions?
What do you mean by “this” pointer?
What are the uses of typedef in a program?
Do you need a main function in c++?
Is it possible to get the source code back from binary file?
Will c++ be replaced?