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
What is the difference between strcpy() and strncpy()?
Can we distribute function templates and class templates in object libraries?
What is the difference between *p++ and (*p)++ ?
Does c++ vector allocate memory?
what do you mean by volatile variable?
How do I run a program in notepad ++?
Will c++ be replaced?
Explain the benefits of proper inheritance.
What is lazy initialization in c++?
Write a program to find the reverse Fibonacci series starting from N.
When should we use multiple inheritance?
Why do we use pointers in c++?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Name the implicit member functions of a class.
the first character in the variable name must be an a) special symbol b) number c) alphabet