Vidyalelo
Python · Q53

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 53

Q53

What is the result of `12 | 10 & 9` ?

A.
12
Answer
B.
10
C.
9
D.
8

Answer: Option A

Solution

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