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
What is the full name of logo?
What are inline functions? What is the syntax for defining an inline function?
What is a storage class?
What is one dimensional array in c++?
Write a note about the virtual member function?
What is atoi?
How do I use arrays in c++?
Explain polymorphism?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Explain the operation of overloading of an assignment operator.
What programming language should I learn first?
Why is c++ awesome?
What are friend functions in C++?
Can create new c++ operators?
Differentiate between a constructor and a destructor in c++.