C++ bitset size() FunctionC++ bitset size() function is used to check the size of the bitset. It returns the number of bits in the bitset. SyntaxParameterIt does not take any parameter. Return valueIt returns the number of bits in the bitset. Example 1Output: size of bitset b : 8 size of bitset b1 : 6 Example 2Output: size of bitset b : 8 size of bitset b1 : 4 Next TopicC++ bitset |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India