Answer: Zero
The truth table of XOR is as follows:

XOR(^)  0    1  
001
110

Thus whatever the current value of c may be when it is XOR'ed with itself, the only combinations possible are 00 and 11 which results in a zero (as seen in truth table). Thus all bits become zero after xor operation making the value of c zero.

About our authors: Team EQA

You have viewed 1 page out of 252. Your C learning is 0.00% complete. Login to check your learning progress.

#