Q58
What is the result of `10 & 5 | 5` ?
A.
5
AnswerB.
10
C.
0
D.
15
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board
Python MCQs: Bitwise and Boolean Operations Chapter
Programming · Python · question 58
Q58
Answer: Option A