What is the difference between operator new and the new
operator?
Answer Posted / guest
operator new is just like malloc and
new is the conventinal new in C++
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Why c++ is created?
How can you create a virtual copy constructor?
Which is the best c++ software?
What is the use of structure in c++?
What are the two types of polymorphism?
How do we implement inheritance in c++?
What is java and c++?
Is c++ pass by reference or value?
What is the difference between global variables and static varables?
Is c++ the hardest programming language?
What are the advantages of pointers?
how to explain our contribution in the project?
What do you mean by friend class & friend function in c++?
Define linked lists with the help of an example.
Write an algorithm that determines whether or not an almost complete binary tree is a heap.