11.
If x = 6 and y = 2, what is the output of x << y?
12.
What will be the output of 9 >> 2?
13.
What is the output of 15 ^ 9?
14.
What will be the result of 20 & 14?
15.
What does ~15 evaluate to?
16.
If x = 10 and y = 2, what is the output of x >> y?
17.
Given x = 7 and y = 3, what is the value of x >>> y?
18.
What is the output of 11 & 8?
19.
What is the result of 9 | 5?
20.
What does ~11 evaluate to?