Question d’entretien chez IBM

Swap two numbers without third variable ?

Réponse à la question d'entretien

Utilisateur anonyme

27 août 2019

x = x + y; y = x - y; x = x - y