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 in a national level competition.Asked question is from Memory Allocation of Object in portion Object of Object Oriented Programming |
|
Answer» Correct ANSWER is (b) delete |
|