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


Please Help Members By Posting Answers For Below Questions

Explain virtual class?

757


What are the steps in the development cycle?

784


Explain linked list using c++ with an example?

784


What does namespace mean in c++?

803


What are static type checking?

793






What is the difference between a definition and a declaration?

783


How should a contructor handle a failure?

887


Write about the stack unwinding?

817


What is null c++?

805


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

534


Should the member functions which are made public in the base class be hidden?

747


Can we define function inside main in c++?

746


What are default parameters? How are they evaluated in c++ function?

872


What is constant in c++ with example?

834


Explain bubble sorting.

799