Correct Answer : Option (A) : multimap
Explanation : C++ provide multimap container that is used to make map that can contain same keys i.e. {a: 5} and {a:10} both can exist.