Google News
logo
CPP - Quiz(MCQ)
What do associate containers implement?
A)
Arrays
B)
Static arrays
C)
Associative arrays
D)
Functional Arrays

Correct Answer :   Associative arrays


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

Advertisement