Programming - Operators - Discussion

You Are Here :: Home > JAVA > Operators - Discussion

 



Q.

The signed ________ operator shifts a bit (or bits) to the left by the distance specified in the right operand.                         


A. left shift ("<<") B. Right shift(">>")
C. both a and b D. all the above

Answer: Option A
Explaination:

 


The signed left shift ("<<") operator shifts a bit (or bits) to the left by the distance specified in the right operand.




Discussion

Your Comments Goes here...
NameDiscussion