Sometimes it is mandatory to consider data at bit level.
We have to operate on the individual data bit.We have to turn on/off particular data bit, at that time we must use bitwise operator for doing this task.
C Programming provides us different bits for manipulating of bits.
Note : Bitwise Operator
C Programming provides us 6 operators for manipulation of data a bit level
These operators operates on Integer,character but not on float,double
Using Bitwise Operators we can manipulate individual bits