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 .
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 .