InterviewSolution
Saved Bookmarks
| 1. |
Which operator can be used to free the memory allocated for an object in C++?(a) Free()(b) delete(c) Unallocate(d) CollectThe 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 |
|
Answer» The correct choice is (b) delete |
|