The Utility of the OR Bitwise Operator

Get introduced to the utility of the OR bitwise operator.

We'll cover the following...

Switch a bit on using OR

The OR bitwise operator is used to turn on the bit. See the code given below!