Vidyalelo
C++ Programming · Q39

Standard Template Library (STL) in C++

Programming · C++ Programming · question 39

Q39

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

A.
To represent a fixed-size sequence of bits
Answer
B.
To represent a dynamic array
C.
To store elements in a sorted sequence
D.
To store elements in a hash table

Answer: Option A

Solution

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