31. What is the purpose of the 'std::unordered_set' container in C++ STL?
32. Which algorithm in C++ STL is used to find the median of a range of elements?
33. What is the purpose of the 'std::unordered_multiset' container in C++ STL?
34. Which algorithm in C++ STL is used to find the difference between two sorted ranges?
35. What is the time complexity of searching for an element in an unordered_set in C++ STL?
36. Which algorithm in C++ STL is used to find the symmetric difference between two sets?
37. What is the purpose of the 'std::unordered_multimap' container in C++ STL?
38. Which algorithm in C++ STL is used to rotate the elements in a range?
39. What is the purpose of the 'std::bitset' container in C++ STL?
40. Which algorithm in C++ STL is used to shuffle the elements in a range randomly?
Read More Section(Standard Template Library (STL) in C plus plus)
Each Section contains maximum 100 MCQs question on Standard Template Library (STL) in C plus plus. To get more questions visit other sections.