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
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Where and why do I have to put the "template" and "typename" keywords?
Why namespace is used in c++?
Write about the retrieval of n number of objects during the process of delete[]p?
Why we use #include iostream in c++?
Is swift faster than go?
What gives the current position of the put pointer?
What is a terminating character in c++?
When does a 'this' pointer get created?
What are the differences between malloc() and calloc()?
Is dev c++ free?
What are the effects after calling the delete this operator ?
What's the "software peter principleā?
How is modularity introduced in C++?
What is rtti in c++?