Which operator can be used to free the memory allocated for an object in C++?
(a) Free()
(b) delete
(c) Unallocate
(d) Collect
The question was asked by my college director while I was bunking the class.
My question is taken from Overloading Member Functions topic in section Member Functions & its Types of Object Oriented Programming