Contents
|
Prev
|
Next
8.2.8.1 The bitwise operators
The bitwise operators are:
not (bitwise)
and (bitwise)
or (bitwise)
xor (bitwise)
Bit shift left (shl)
Bit shift right (shr)
Contents
|
Prev
|
Next