What is the difference between operator new and the new
operator?
Answer Posted / vrushali
Operator new is a function name used for operator overloading and new operator is used for allocating memory
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Explain how the virtual base class is different from the conventional base classes of the opps.
What is decltype c++?
What is tellg () in c++?
Why do we need pointers?
What is ifstream c++?
What is object in c++ wikipedia?
What is the need of a destructor? Explain with the help of an example.
What is the best c++ book?
Do you need a main function in c++?
What is the object serialization?
What is the difference between delegation and implemented-in-terms-of?
Can we use clrscr in c++?
What is null and void pointer?
How can an improvement in the quality of software be done by try/catch/throw?