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
What is the use of "new" operator?
What is a hashmap c++?
Difference between pointer to constant vs. Pointer constant
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is time_t c++?
Is there a c++ certification?
What do nonglobal variables default to a) auto b) register c) static
How can we read/write Structures from/to data files?
What are inline functions? What is the syntax for defining an inline function?
What are pointers used for c++?
What are enumerations?
What is a breakpoint?
Can a program run without main?
What new()is different from malloc()?