

MCQOPTIONS
Saved Bookmarks
1. |
Which is the correct syntax of constructing a bitset? |
A. | bitset<size> b; |
B. | bitset<size> b(12); |
C. | bitset<size> b(string( 1100 )); |
D. | all of the mentioned |
Answer» E. | |