Q679
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board