What is meant by bitwise operations?
C has distinction of supporting special operators known as bit wise operators for manipulation of data at bit level. These operators are used for testing the bits or shifting from left to right. Bitwise operators may not be applied to float and double.