A bitwise XOR operation, also known as an exclusive OR operation , results in a value that has each bit set to 1 where one or the other but not both of its arguments had that bit set to 1 .
Read moreWhat are the basic operators?
Operators perform mathematical, string, and logical operations on values . Operands are expressions on which operations are performed.
Read more