Vidyalelo
Python · Q34

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 34

Q34

Which of the following expressions can be used to multiply a given number 'a' by 4?

A.
a<<2
Answer
B.
a<<4
C.
a>>2
D.
a>>4

Answer: Option A

Solution

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