Bitwise Operators - Programming

Q1:

Which bitwise operator is suitable for turning off a particular bit in a number?

A && operator

B & operator

C || operator

D ! operator

ANS:B - & operator

No answer description is available. Let's discuss.