What is the output of printf("%d")?
Answer Posted / ashif ali
it will display only garbage value because
int a=12;
printf("%d");
output=12
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What is recursion?
Does c++ support multilevel and multiple inheritances?
How do c++ struct differs from the c++ class?
What is c++ best used for?
Is c the same as c++?
Distinguish between a # include and #define.
Is recursion allowed in inline functions?
What is a static member?
What should main() return in c and c++?
What are the differences between the function prototype and the function defi-nition?
What is algorithm in c++ programming?
What are the different types of comments allowed in c++?
What is a multimap c++?
Describe linkages and types of linkages?
What it is and how it might be called (2 methods).