Bitwise exclusive OR
Bitwise exclusive OR (^)
Returns an integer with a bit set to 1 if either of the corresponding bits in the original numbers is 1. If both bits are 1 or both are 0, the resulting bit is 0.
Provide Feedback