Question

For any eight-bit x, which of the following does not result in zero?
(a) x &= (~x)
(b) x ^= x
(c) x <<= 8
(d) x |= x

Answer

This answer is hidden. It contains 3 characters.