Vidyalelo
Python · Q15

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 15

Q15

What is the result of `5 & 9 | 1` ?

A.
13
Answer
B.
5
C.
9
D.
1

Answer: Option A

Solution

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