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
AnswerB.
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