Q.

Identify the statements that are not correct:

A. Int a = 13, a>>2 = 3.
B. Int b = -8, b>>1 = -4.
C. Int a = 13, a>>>2 = 3.
D. Int b = -8, b>>>1 = -2.
Answer» B. Int b = -8, b>>1 = -4.
977
0
Do you find this helpful?
4

View all MCQs in

Java Programming

Discussion

No comments yet