Vidyalelo
C++ Programming · Q596

C++ miscellaneous

Programming · C++ Programming · question 596

Q596

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

A.
Bit corresponding to an argument is set to 0
Answer
B.
All bits are set to 0 in a bitset
C.
All alternate bits are set to 0 in a bitset
D.
First bit is set to 0

Answer: Option A

Solution

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