Vidyalelo
Python · Q43

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 43

Q43

What will be the output of the following Python expression? 0x35 | 0x75

A.
115
B.
116
C.
117
Answer
D.
118

Answer: Option C

Solution

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