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
How many namespaces are there in c++?
How can you link a c++ program to c functions?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is flag in computer?
What is data binding in c++?
Why is it called c++?
why is c++ called oops? Explain
What is enum c++?
What is a wchar_t in c++?
What is operator overloading in c++ example?
What is setbase c++?
which of the following is not an secondary constant a) array b) real c) union
How is c++ different from java?
Is std :: string immutable?
Is c++ built on c?