Programming - Operators - Discussion

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

 



Q.

The unsigned __________ operator behave like the signed right shift operator. i.e. it shifts a bit (or bits) to the right.                         


A. right shift (">>>") B. left shift ("<<<")
C. right shift (">>") D. none

Answer: Option A
Explaination:

 


The unsigned right shift (">>>") operator behave like the signed right shift operator. i.e. it shifts a bit (or bits) to the right.




Discussion

Your Comments Goes here...
NameDiscussion