## page was renamed from TCPL/A.7.12 Bitwise Exclusive OR Operator === A.7.12 Bitwise Exclusive OR Operator === exclusive-OR-expression: AND-expression exclusive-OR-expression ^ AND-expression The usual arithmetic conversions are performed; the result is the bitwise exclusive OR function of the operands. The operator applies only to integral operands.