InterviewSolution
Saved Bookmarks
| 1. |
What is the use of the allocator interface in the user-defined container?(a) Storage management(b) Memory management(c) Storage & Memory management(d) Iterator managementI have been asked this question in homework.The origin of the question is Defining a New Container topic in section Class Hierarchies, Library & Containers of C++ |
|
Answer» The CORRECT choice is (a) Storage management |
|