Vidyalelo
Java Programming · Q64

Operators

Programming · Java Programming · question 64

Q64

Which right shift operator preserves the sign of the value?

A.
<<
B.
>>
Answer
C.
<<=
D.
>>=

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board