Vidyalelo
C++ Programming · Q227

C++ miscellaneous

Programming · C++ Programming · question 227

Q227

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

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

Answer: Option C

Solution

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