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 linear search.
What is & in c++ function?
What's the order in which the local objects are destructed?
Will a catch statement catch a derived exception if it is looking for the base class?
What is the difference between #import and #include in c++?
Is c++ faster than c?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Carry out conversion of one object of user-defined type to another?
Which programming language should I learn first?
What are the advantages of prototyping?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What do you mean by a template?
What is a hash function c++?
What is the arrow operator in c++?
Why c++ is so important?