XOR (eXclusive OR) is a bitwise operation that will only set a particular bit if both the comparative bits are different. Here is an example.

If we perform 6 XOR 9 these we get 15 why? Lets have a...