What is the difference between operator new and the new
operator?
Answer Posted / guest
operator new is just like malloc and
new is the conventinal new in C++
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is decltype c++?
What's the best free c++ profiler for windows?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is purpose of new operator?
What is the use of :: operator in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
How much maximum can you allocate in a single call to malloc()?
Explain the static member function.
What is the disadvantage of using a macro?
Are vectors passed by reference c++?
How static variables and local variablesare similar and dissimilar?
Is dev c++ a good compiler?
What is a local variable?
What is the purpose of extern storage specifier?
Is c++ harder than java?