Q34
Which of the following expressions can be used to multiply a given number 'a' by 4?
A.
a<<2
AnswerB.
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