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 encapsulation in c++ with example?
How do you traverse a btree in backward in-order?
What is c++ map?
Why do we need pointers?
What is iterator c++?
Explain one-definition rule (odr).
Is atoi safe?
Define Virtual function in C++.
What is the size of a vector?
Is C++ case sensitive a) False b) Depends on implementation c) True
Tell me what are static member functions?
Write syntax to define friend functions in C++.
Is swift better than c++?
Which is most difficult programming language?
How is c++ different from java?