Bitwise XOR

Syntax

x ^ y

Explanation

Sets each bit to 0 where the corresponding bit in both operands is different

Truth Table

Last updated