Computer Science, asked by vetrikishore0, 4 months ago

write bitwise ones complement​

Answers

Answered by vaishnavisri2006
1

Answer:

The one's complement operator ( ~ ), sometimes called the bitwise complement operator, yields a bitwise one's complement of its operand. That is, every bit that is 1 in the operand is 0 in the result. Conversely, every bit that is 0 in the operand is 1 in the result.

Similar questions