Vidyalelo
C++ Programming · Q37

Standard Template Library (STL) in C++

Programming · C++ Programming · question 37

Q37

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

A.
To store multiple key-value pairs in a hash table
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board