What is the output of printf("%d")?
Answer Posted / creed
When insufficent argumrnts r give 2 c compiler it give
arbitrary answers
in turbo c it gives o/p =0
in other compiler it trys 2 read values from last stack top
i.e garbage
some compiler can may even crash
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
When can I use a forward declaration?
Show the declaration for a static member variable.
What is microsoft c++ redistributable 2013?
How long will it take to learn programming?
Explain the term memory alignment?
what is Member Functions in Classes?
Is java a c++?
What is data structure in c++?
Why namespace is used in c++?
Can we delete this pointer in c++?
What is namespace std; and what is consists of?
What do nonglobal variables default to a) auto b) register c) static
Why is null pointer used?
What is the history of c++?
What is a far pointer? where we use it?