[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CBitwiseXorOperator
The bitwise operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CBitwiseXorOperator
(C) ^ operator
The bitwise eXclusive OR operator XORs the bits of two values.Truth table
x y x^y ------------ 0 0 0 0 1 1 1 0 1 1 1 0
The bitwise operators are:
'Bitwise XOR operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
