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 |
Is c++ a pure oop language?
What is the use of vtable?
How do I run a program in notepad ++?
Difference between Top down and bottom up approaches for a given project ?
14 Answers BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,
Explain the properties and principles of oop.
What do you mean by translation unit in c++?
When should you use global variables?
What is atoi?
What are pointer-to-members in C++? Give their syntax.
What is general form of pure virtual function? Explain?
Why are arrays usually processed with for loop?
What are the two main components of c++?