Which of the following bitwise operator will you use to invert all the bits in a bit array?

Q & ACategory: Data StructureWhich of the following bitwise operator will you use to invert all the bits in a bit array?
Admin Staff asked 4 years ago

Which of the following bitwise operator will you use to invert all the bits in a bit array?
a) OR
b) NOT
c) XOR
d) NAND

1 Answers
Admin Staff answered 4 years ago

b) NOT