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
How do you add an element to a set in c++?
What is a class template?
What is conditions when using boolean operators?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is the meaning of string in c++?
Is c++ still in demand?
How does a C++ structure differ from a C++ class?
Explain explicit container.
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
How would you implement a substr() function that extracts a sub string from a given string?
What is size_type?
Which function cannot be overloaded c++?
What are 2 ways of exporting a function from a dll?
What is a wchar_t in c++?