1.

Which bitset method tests whether all bits from bitset are set or not?

A. bitset::any()
B. bitset::test()
C. bitset::all()
D. bitset::operator[]
Answer» D. bitset::operator[]


Discussion

No Comment Found