Home » C++ Programming » Dynamic Memory » Question
  1. Where are allocators implemented?
    1. Standard library
    2. C++ code library
    3. Template library
    4. All of above
    5. None of these
Correct Option: A

Allocators are implemented in C++ standard library but it is used for C++ template library.



Your comments will be displayed only after manual approval.