XOR - Exclusive Or

PPCL logical operator used to compare two logical conditions. The result of the statement is true if cond1 is true and cond2 is false. This statement is also true if cond1 is false and cond2 is true.