To find XOR of more than two numbers, represent all numbers in binary representation, add 0's before if necessary. Write them like this. To find each bit of XOR just calculate number of 1's in the corresponding bits. If it is even or zero then that XOR'ed bit is 0.Aug 21, 2014