What is the output of printf("%d")?
Answer Posted / sathiyaraj.m
it will print the garabage value,it will not show any error
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the new features that iso/ansi c++ has added to original c++ specifications?
What c++ library is string in?
What is the C-style character string?
What is the difference between the parameter to a template and the parameter to a function?
How a new operator differs from the operator new?
Explain the difference between c & c++?
Why cstdlib is used in c++?
List the features of oops in c++?
What is array in c++ pdf?
Is c++ map a hash table?
What is a class definition?
If you don’t declare a return value, what type of return value is assumed?
How would you use qsort() function to sort an array of structures?
How do you show the declaration of a virtual constructor?
You want to link a c++ program to c functions. How would you do it?