Q21
What is the result of `(4 | 2) & 6` ?
A.
0
B.
6
C.
2
AnswerD.
4
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board
Python MCQs: Bitwise and Boolean Operations Chapter
Programming · Python · question 21
Q21
Answer: Option C