What is the difference between operator new and the new
operator?
Answer Posted / vrushali
Operator new is a function name used for operator overloading and new operator is used for allocating memory
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Can a constructor return a value?
Does c++ have a hash table?
What are literals in C++?
What is setiosflags c++?
What is vector pair in c++?
What is c++ library?
What is the use of ::(scope resolution operator)?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Do class method definitions?
What is class and structure in c++?
Explain friend class?
Should a constructor be public or private?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
How are pointers type-cast?
When do we run a shell in the unix system?