Question 1  of   20

Which of the following expressions is equivalent to the code below? x ^= y;

A. x = x ^ y;
B. x = x | y;
C. y = x ^ y;
D. y = y & x;