What is the operator used to make 2's Two's compliment.?
& Bitwise AND Operator
| Bitwise OR operator
~ Bitwise Negate Operator
^ Bitwise Exclusive OR
This question is part of this quiz :