1.

What is true about bitset?

A. A bitset is an array of bool
B. A limitation of bitset is,N must be known at compile time
C. As bitset stores the same information in compressed manner the operation on bitset are faster than that of array and vector.
D. All of the above
Answer» E.


Discussion

No Comment Found