Examveda

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

A. To store elements in key-value pairs with constant-time access

B. To store elements in a sorted sequence with constant-time access

C. To store elements in a stack with constant-time access

D. To store elements in a queue with constant-time access

Answer: Option A


Join The Discussion

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