Examveda
Examveda

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

A. To store unique elements in sorted order

B. To store duplicate elements in sorted order

C. To store unique elements in random order

D. To store duplicate elements in random order

Answer: Option A


Join The Discussion

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