ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What happens when no argument is supplied to flip() function?
Correct Answer: C — All bits are flipped in a bitset
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.