Write any small program that will compile in "C" but not
in "C++"
Post New Answer View All Answers
What is abstract class in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is algorithm in c++ programming?
Explain the difference between realloc() and free() in c++?
How is computer programming useful in real life?
Is the declaration of a class its interface or its implementation?
What is set in c++?
What are arithmetic operators?
Explain deep copy and a shallow copy?
What do you mean by volatile and mutable keywords used in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is constructor and destructor in c++?
Is c++ free?
What is ofstream c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char