C++ bitset any() FunctionC++ bitset any() function is used to test whether at least one bit from bitset is set or not. It returns a boolean value i.e either true or false. SyntaxParameterIt does not take any parameter. Return valueIt returns a Boolean value either 0 or 1. Example 1Output: 1100 has a minimum of one-bit set 000000 does not have any bits set Example 2Output: 2 has a minimum of one-bit set 0 does not have any bits set 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