Hi,
Assume we don't know the values of a, b and c but we have the results of 'a XOR c' and 'b XOR c'. How could we know the values of a, b and c? It should not be only XOR operation, it could be any other operation, but my main question is- knowing the results only, how could we get the unknown values where both results have one similar variable, like 'c' here?
/novice007