Question:Which bitwise operator is suitable for turning on a particular bit in a number?
A && operator B & operator C || operator D | operator
+ AnswerD
+ Report