What is the output of printf("%d")?
Answer Posted / shakti singh khinchi
It will print garbage value & gives warning on compilation
like "too few arguments for format".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Show the declaration for a pointer to function returning long and taking an integer parameter.
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Write syntax to define friend functions in C++.
How compile and run c++ program in turbo c++?
What is c++ map?
What is std namespace in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Is c++ still being used?
Write a C++ Program to check whether a number is prime number or not?
Const char *p , char const *p What is the difference between the above two?
Is c++ vector dynamic?
What's c++ used for?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Why use of template is better than a base class?
What is pair in c++?