Bitwise Operators - Programming

Q1:

Which bitwise operator is suitable for checking whether a particular bit is on or off?

A && operator

B & operator

C || operator

D ! operator

ANS:B - & operator

No answer description is available. Let's discuss.