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

The BEST explanation: Storage management is the use of the ALLOCATOR INTERFACE in the user-defined container.



Discussion

No Comment Found

Related InterviewSolutions