Vidyalelo
C++ Programming · Q836

C++ miscellaneous

Programming · C++ Programming · question 836

Q836

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

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

Answer: Option B

Solution

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