What is the use of count() function in bitset?
Posted: Wed Jul 13, 2022 7:53 pm
a) To count the number of 0’s
b) To count the number of 1’s
c) To count the number of total bits in a bitset
d) To count the number of low bits
b) To count the number of 1’s
c) To count the number of total bits in a bitset
d) To count the number of low bits