

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is correct about bitset and vector of bools? |
A. | Space consumed by bitset is less than vector<bool> |
B. | Bitset consume only 1 bit per element |
C. | Number of elements in bitset should be known at compile time whereas vector can have a dynamic size |
D. | All of the mentioned |
Answer» E. | |