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
What is a syntax in c++?
What is the difference between #define debug 0 and #undef debug?
Differentiate between an external iterator and an internal iterator?
What do you mean by funtion prototype?
What is meant by const_cast?
Explain what are the sizes and ranges of the basic c++ data types?
Define whitespace in C++.
What is the most common mistake on c++ and oo projects?
Ask to write virtual base class code?
What is an overflow error?
What is public, protected, private in c++?
When do we run a shell in the unix system?
What are the differences between the function prototype and the function defi-nition?
Can a list of string be stored within a two dimensional array?
Should you pass exceptions by value or by reference?