Vidyalelo
C++ Programming · Q882

C++ miscellaneous

Programming · C++ Programming · question 882

Q882

What is the use of count() function in bitset?

A.
To count the number of 0's
B.
To count the number of 1's
Answer
C.
To count the number of total bits in a bitset
D.
To count the number of low bits

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board