What are the operators available in C++ for dynamic allocation and de-allocation of memories?
(a) new
(b) delete
(c) compare
(d) both new & delete
I have been asked this question in an internship interview.
My enquiry is from Resource Management topic in chapter Derived Classes, Templates & Exception Handling in C++ of C++