Complement ( ~ )
- Last UpdatedMay 10, 2016
- 1 minute read
This operator yields the one's complement of a 32-bit integer. It converts each zero-bit to a one-bit and each one-bit to a zero-bit. The one's complement operator is an operator that acts on a single component, and it accepts an integer operand.