Home » C++ Programming » Dynamic Memory » Question
  1. Where are allocators used?
    1. Used for pointers
    2. Allocation of memory
    3. Deallocation of memory
    4. Both Allocation & Deallocation of memory
    5. None of these
Correct Option: D

Allocators handle all the request for allocation and deallocation of memory for the container.



Your comments will be displayed only after manual approval.