What is the output of printf("%d")?
Answer Posted / sudha
it will simply print a garbage value..........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between C and CPP?
How can you create a virtual copy constructor?
How can you link a c++ program to c functions?
Explain the concept of friend function in c++?
How can I learn c++ easily?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Write about the retrieval of n number of objects during the process of delete[]p?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Define 'std'.
Difference between a copy constructor and an assignment operator.
What are pointers used for c++?
Write a program which uses Command Line Arguments
How the programmer of a class should decide whether to declare member function or a friend function?
How do you define a class in c++?