Loading practice questions
What happens when no argument is supplied to flip() function?
Correct Answer: C — All bits are flipped in a bitset
Explanation:
When no argument is supplied to flip() function i.e. function is called with empty parameters then all the bits of the bitset variable is flipped.