

McqMate
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. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet