ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the use of the flip function in bitset?
Correct Answer: C — Used to flip bit(s) in a bitset
header provides the flip() function to flip bit(s) in a bitset variable i.e. change the bits in a bitset for example 1100 on flipping becomes 0011.