Page t015, go to NEXT, PREVIOUS, INDEX

Bitwise Operators


List of bitwise operators

PurposeOperator example
complement~i
andi&j
exclusive ori^j
inclusive ori|j
shift lefti<<n
shift righti>>n

C Course, 20-jan-1997, Peter Klok, pfk@hef.kun.nl