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 general form of pure virtual function? Explain?
Which compiler does turbo c++ use?
Are there interfaces in c++?
Define basic type of variable used for a different condition in C++?
Why do we use constructor?
What do you mean by early binding?
Why is null pointer used?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is a try block?
Can turbo c++ run c program?
What is a terminating character in c++?
How do I run c++?
Refer to a name of class or function that is defined within a namespace?
What are pointer-to-members in C++? Give their syntax.
Explain terminate() function?