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
Explain virtual class?
What are the steps in the development cycle?
Explain linked list using c++ with an example?
What does namespace mean in c++?
What are static type checking?
What is the difference between a definition and a declaration?
How should a contructor handle a failure?
Write about the stack unwinding?
What is null c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Should the member functions which are made public in the base class be hidden?
Can we define function inside main in c++?
What are default parameters? How are they evaluated in c++ function?
What is constant in c++ with example?
Explain bubble sorting.