Vidyalelo
Python · Q21

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 21

Q21

What is the result of `(4 | 2) & 6` ?

A.
0
B.
6
C.
2
Answer
D.
4

Answer: Option C

Solution

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