Vidyalelo
Python · Q55

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 55

Q55

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
Answer
D.
NOT

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board