Vidyalelo
Python · Q17

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 17

Q17

Any odd number on being AND-ed with . . . . . . . . always gives 1. Hint: Any even number on being AND-ed with this value always gives 0.

A.
10
B.
2
C.
1
Answer
D.
0

Answer: Option C

Solution

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