=====reset===== Syntax: #include bitset& reset(); bitset& reset( size_t pos ); The reset() function clears all of the bits in the bitset, and returns the bitset. If pos is specified, then only the bit at position pos is cleared.