Vidyalelo
Computer Science · Q455

Linux

Engineering and GATE · Computer Science · question 455

Q455

If a and b are 2 variables then the meaning of a<<=b is

A.
b = a << b
B.
a = a << b
Answer
C.
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