For any eight-bit unsigned integer x, which of the following always result in zero? (Select ALL correct answers) O x <<=
Posted: Mon Jun 06, 2022 5:02 pm
For any eight-bit unsigned integer x, which of the following always result in zero? (Select ALL correct answers) O x <<= 8 0 x ^= x Ox &= (^x) O x 1 = x