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 the difference between an array and a list?
Can a list of string be stored within a two dimensional array?
What new()is different from malloc()?
List down the guideline that should be followed while using friend function.
What is a try block?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Explain the concept of copy constructor?
Define the operators that can be used with a pointer.
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Who discovered c++?
Is c++ used anymore?
Describe linked list using C++ with an example.
Can you Mention some Application of C/C++?