Examveda

What is the purpose of the 'std::unordered_multimap' container in C++ STL?

A. To store multiple key-value pairs in a hash table

B. To store key-value pairs in a sorted sequence

C. To store unique key-value pairs in a hash table

D. To store multiple key-value pairs in a sorted sequence

Answer: Option A


Join The Discussion

Related Questions on Standard Template Library (STL) in C plus plus