Header Ads Widget

Bitwise Operators


Inside a Computer, data is represented in binary digits called bits. C has special feature   to   manipulate individual bit of  a byte.This feature is implemented through bitwise operators. Here all the operators are binary except the complement operator, which is unary. These bitwise operators work on data of integral types only. These operators can operate upon ints and chars but not on floats and doubles.

Post a Comment

0 Comments