Home » C++ Programming » Questions and Answers » Question
  1. What do associate containers implement?
    1. Associative arrays
    2. Functional Arrays
    3. Arrays
    4. All of above
    5. None of these
Correct Option: A

Associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays.



Your comments will be displayed only after manual approval.