Question:Which bitwise operator is suitable for checking whether a particular bit is on or off?
A && operator B & operator C || operator D ! operator
+ AnswerB
+ Report