What is the output of printf("%d")?
Answer Posted / mounika
it will get syntaxerror
Is This Answer Correct ? | 6 Yes | 64 No |
Post New Answer View All Answers
What is the function of I/O library in C++ ?
What is namespace std; and what is consists of?
Is c better than c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Write a program which employs Recursion
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Can I learn c++ without c?
What do you mean by “this” pointer?
Show the declaration for a static member variable.
How can I learn dev c++ programming?
What are built-in functions? What is the syntax for the definition?
Explain the differences between private, public and protected and give examples.
What is namespace & why it is used in c++?
What is the use of main function in c++?
Can recursive program be written in C++?