Computer Science, asked by virajudaysingh, 1 month ago

Prove that if a xor b = c then a xor c = b

Answers

Answered by pds39937
1

Explanation:

a xor b = c

take xor with 'a' both side

a xor(a xor b) = a xor c

Now, we know a xor a = 0,

0 xor b = a xor c

or, we can say: -

b = a xor c.

Similar questions