What is the output of printf("%d")?
Answer Posted / mohanraj
It will print a garbage value.
| Is This Answer Correct ? | 25 Yes | 13 No |
Post New Answer View All Answers
Why do we use string in c++?
What is an orthogonal base class in c++?
What do you mean by friend class & friend function in c++?
what is a class? Explain with an example.
What is the difference between containment and delegation?
What are the three forms of cin.get() and what are their differences?
Is eclipse good for c++?
Can a program run without main?
What is the meaning of string in c++?
What is the v-ptr?
Can we inherit constructor in c++?
What does it mean to declare a member function as virtual?
Write a function to find the nth item from the end of a linked list in a single pass.
Write a program which employs Recursion
How can a struct in c++ differs from a struct in c?