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
List down the guideline that should be followed while using friend function.
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Can I learn c++ without learning c?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What does count ++ do in c++?
How can we check whether the contents of two structure variables are same or not?
Explain the virtual inheritance in c++.
Is ca high or low level language?
What is difference between c++ and c ++ 14?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Distinguish between a # include and #define.
What are c++ variables?
What is the standard template library (stl)?
What is oop in c++?
What is decltype c++?