Vidyalelo
Data Structure · Q16

Standard Libraries in Data Structures

Programming · Data Structure · question 16

Q16

Which C++ standard library header provides the unordered_map container?

A.
<queue>
B.
<set>
C.
<map>
D.
<unordered_map>
Answer

Answer: Option D

Solution

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