What is the difference between operator new and the new
operator?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
operator new is just like malloc and
new is the conventinal new in C++
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / man
operator new is nothing
And new operator is used to allocate memory on the heap
| Is This Answer Correct ? | 0 Yes | 6 No |
What is virtual destructor ans explain its use?
What is the difference between a type-specific template friend class and a general template friend class?
What is the real purpose of class – to export data?
What do you know about near, far and huge pointer?
Why is it difficult to store linked list in an array?
What is virtual constructor paradigm?
Explain the difference between using macro and inline functions?
Is it possible for a member function to delete the pointer, named this?
What are associate containers?
what Is DCS ? what i will get benefit when i did?
Mention the storage classes in c++.
Which sort does c++ use?