Multiple Choice
Let Bit1 = Bit2 = 1. Which of the following does not have the same result as the others?
A) Bit1 & Bit2
B) Bit1 | Bit2
C) Bit1 ^ Bit2
D) ~(~Bit2)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Which of the following correctly copies the
Q16: Which function would be the most useful
Q17: Memcmp would return _ for the call
Q18: Strtok does not:<br>A) Replace each delimiting character
Q19: The number of bits in a bit
Q21: The main difference between structures and classes
Q22: Which of the statements a), b) and
Q23: Evaluate (00001000 & 11000101) ^ (11110000).<br>A) 00001101<br>B)
Q24: A bit field must be declared as
Q25: Which of the following is not a