Vidyalelo
Python · Q7

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 7

Q7

What will be the value of x in the following Python expression, if the result of that expression is 2? x>>2

A.
8
Answer
B.
4
C.
2
D.
1

Answer: Option A

Solution

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