Answer & Solution
Answer: Option C
Solution:
The bitwise left shift operator (<<) shifts the bits of the first operand to the left by the number of positions specified by the second operand. x << y results in binary 110000, which is 48 in decimal.