Vidyalelo
Python · Q5

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 5

Q5

What is the result of `(6 | 3) ^ 5` ?

A.
0
Answer
B.
1
C.
4
D.
7

Answer: Option A

Solution

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