Q. Which bitwise operator is used to turn off a particular bit?
β
Correct Answer: (A)
&
Explanation: To turn off a bit, we use AND with the bit mask having 0 in that bit's position.