Bitwise Operators

We known that C support what are called as bitwise operators. Let us revise these bitwise operators and see their operations in this section. C allow

direct manipulation of individual bits within a word. The bitwise operators in C are:
-Bitwise logical operators(&,|,^)
-Bitwise shift operator (<<,>>)
-One's complement operator(~)

No comments:

Post a Comment