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
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is a literal in c++?
Is facebook written in c++?
What are arrays c++?
What is c++ manipulator?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
When does a name clash occur in c++?
what are the types of Member Functions?
What does #define mean in c++?
Which is the best c++ software?
What is the extension of c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
How the keyword struct is different from the keyword class in c++?
Distinguish between a # include and #define.
Who was the creator of c++?