Vidyalelo
Python · Q58

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 58

Q58

What is the result of `10 & 5 | 5` ?

A.
5
Answer
B.
10
C.
0
D.
15

Answer: Option A

Solution

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