1.

Which bitset method toggles all bits from bitset?

A. bitset::count()
B. bitset::flip()
C. bitset::test()
D. bitset::to_ullong()
Answer» C. bitset::test()


Discussion

No Comment Found