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
Explain what is oop?
How do I get good at c++ programming?
Are c and c++ different?
What is data hiding c++?
What is wrapper class in c++?
Is it possible for a member function to use delete this?
Why is "using namespace std;" considered bad practice?
What is struct c++?
Write bites in Turbo c++ Header ("Include") Files.
What is the difference between a pointer and a link in c ++?
What is a map in c++?
What does asterisk mean in c++?
Why are pointers used?
How to demonstrate the use of a variable?
What is const in c++?