Vidyalelo
C++ Programming · Q468

C++ miscellaneous

Programming · C++ Programming · question 468

Q468

What happens when no argument is supplied to set() function?

A.
All alternate bits are set to 1 in a bitset
B.
All bits are set to 0 in a bitset
C.
All bits are set to 1 in a bitset
Answer
D.
First bit is set to 1

Answer: Option C

Solution

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