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(~)
How to set div beside each other ?
14 years ago
No comments:
Post a Comment