Question: The following code is used to set (1) and clear (0) certain bits of a one byte variable. The initial state of all bits is
The following code is used to set (1) and clear (0) certain bits of a one byte variable. The initial state of all bits is unknown ('x'). After both of the following commands, determine which bits are 0. A &= ~0x03; A |= ~0x03; Note: A |= 0xFB is the same command as A = A | 0xFB
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
