Bitwise Operators - Programming

Q1:

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

A && operator

B & operator

C || operator

D | operator

ANS:D - | operator

No answer description is available. Let's discuss.