7. Bitwise Operators
C has a distinction of supporting special
operators known as bitwise operators for manipulation data at bit level. A
bitwise operator operates on each bit of data. Those operators are used for
testing, complementing or shifting bits to the right on left. Bitwise operators
may not be applied to a float or double.
8. Special Operators
C supports some special operators of interest
such as comma operator, size of operator, pointer operators (& and *) and
member selection operators (. and ->). The size of and the comma operators
are discussed here. The remaining operators are discussed in forth coming
chapters.
No comments:
Post a Comment