Bitwise operators

<< Click to Display Table of Contents >>

Navigation:  Basic concepts > Operators >

Bitwise operators

The And, Or, Not and Xor operators can also be used with integer expressions on both sides in which case these operators perform bitand, bitor, invert and exclusive or operations respectively. The operators << and >> meaning ShiftLeft and ShiftRight respectively can also be used with integers.