Q.

Bitwise                    gives 1 if either of the bits is 1 and 0 when both of the bits are 1.

A. or
B. and
C. xor
D. not
Answer» C. xor
Explanation: bitwise xor gives 1 if either of the bits is 1 and 0 when both of the bits are 1.
816
0
Do you find this helpful?
6

Discussion

No comments yet