What is the difference between operator new and the new
operator?
Answer Posted / man
operator new is nothing
And new operator is used to allocate memory on the heap
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Explain the static member function.
what are the iterator and generic algorithms.
What would happen on forgetting [], while deallocating an array through new?
What is the use of ::(scope resolution operator)?
List the issue that the auto_ptr object handles?
Explain pass by value and pass by reference.
Describe public access specifiers?
Why is the function main() special?
What new()is different from malloc()?
Explain this pointer?
What is the type of this pointer in c++?
Explain terminate() function?
What do you mean by vtable and vptr in c++?
What is purpose of abstract class?
Can you Mention some Application of C/C++?