Question d’entretien chez Intel Corporation

Swap values between two registers without using a third register.

Réponse à la question d'entretien

Utilisateur anonyme

9 mars 2014

Lets say the two values are in variable x and y. perform the following operations: x = x xor y y = y xor x x = x xor y

7