Vidyalelo
C++ Programming · Q33

Standard Template Library (STL) in C++

Programming · C++ Programming · question 33

Q33

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

A.
To store multiple elements in a hash table
Answer
B.
To store unique elements in a sorted sequence
C.
To store unique elements in a hash table
D.
To store multiple elements in a sorted sequence

Answer: Option A

Solution

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