If I XOR 2 numbers, do I only get identical results if the numbers are the same?

Posted by they changed my name on Stack Overflow See other posts from Stack Overflow or by they changed my name
Published on 2010-03-20T01:48:35Z Indexed on 2010/03/20 1:51 UTC
Read the original article Hit count: 312

Filed under:
|

For example, suppose I have x XOR y = y XOR x = z. Is it possible to have something like a XOR b = z?

© Stack Overflow or respective owner

Related posts about xor

Related posts about boolean-logic