Q455
If a and b are 2 variables then the meaning of a<<=b is
A.
b = a << b
B.
a = a << b
AnswerC.
b = b << a
D.
none of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board