InterviewSolution
Saved Bookmarks
| 1. |
Which operator is used to deallocate the memory?(a) destroy(b) free(c) empty(d) insertThis question was posed to me in an online interview.I want to ask this question from Allocators topic in chapter Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» Right ANSWER is (B) FREE |
|