C Programming :: Bitwise Operators
-
Bitwise & can be used in conjunction with ~ operator to turn off 1 or more bits in a number.
Bitwise & can be used in conjunction with ~ operator to turn off 1 or more bits in a number.