What is the output of printf("%d")?
Answer Posted / soundar
it will display only garbage value
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
Does improper inheritance have a potential to wreck a project?
Can you pass an array to a function in c++?
Explain the difference between new() and malloc() in c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
what is data abstraction in C++?
What is the best way to declare and define global variables?
Explain container class.
Explain the operation of overloading of an assignment operator.
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
what is C++ exceptional handling?
How can you tell what shell you are running on unix system?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Can create new c++ operators?
Can you please explain the difference between static and dynamic binding of functions?
Can a program run without main?