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
How do you print a string on the printer?
How many types of classes are there in c++?
What is the difference between global variables and static varables?
what does the following statement mean? int (*a)[4]
Define upcasting.
What is null c++?
How does a copy constructor differs from an overloaded assignment operator?
What is unary operator? List out the different operators involved in the unary operator.
If a header file is included twice by mistake in the program, will it give any error?
What is virtual methods?
What is the output of the following program? Why?
What is an adaptor class or wrapper class in c++?
What are the methods of exporting a function from a dll?
How are Structure passing and returning implemented by the compiler?
What is jump statement in C++?