Is there anything you can do in C++ that you cannot do in C?
Answer / neelam saini
No. There is nothing you can do in C++ that you cannot do in C. After all you can write a C++ compiler in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a storage class?
What are the different types of polymorphism in c++?
What are shallow and deep copy?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Difference between pointer to constant and constant pointer to a constant. Give example.
Why do we need runtime polymorphism in c++?
Explain function overloading
In c++, what is the difference between method overloading and method overriding?
Is std :: string immutable?
write a C++ programming :if the no is between 32 to 50 it will be odd.
Show the application of a dynamic array with the help of an example.
How to stop conversions among objects?