Bitwise operators

In C, we can perform operations in bit level.

Other operators which we have discussed earlier are byte level operators.

Using bitwise operators, we can manipulate each and every bit of memory.

Since, we are doing it in bit level the operation will be much faster and efficient.