1.
What will be the result of 5 & 3?
2.
What is the output of 12 | 8?
3.
What is the result of 6 ^ 3?
4.
What does ~7 evaluate to?
5.
If x = 5 and y = 3, what is the output of x << y?
6.
What will be the output of 8 >> 2?
7.
Given x = 9 and y = 4, what is the value of x >>> y?
8.
What is the output of 11 & 3?
9.
What is the result of 7 | 5?
10.
What does ~12 evaluate to?