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
Do class declarations end with a semicolon? Do class method definitions?
Differentiate between an array and a list?
What is the c++ code?
Explain object slicing in c++?
what is upcasting in C++?
What is the type of 'this' pointer? When does it get created?
Where can I run c++ program?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Which one is a preferred language C or C++? Why?
What is vector string in c++?
Is c++ built on c?
What is the exit function in c++?
What are guid?
What is an adaptor class or wrapper class in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.