Answer & Solution
Answer: Option B
Solution:
The bitwise AND operator (&) compares each bit of the operands. In this case, 5 (binary 101) & 3 (binary 011) results in binary 001, which is 1 in decimal.