Question d’entretien chez Desquared

Consider two variables x, y. Swap their data without using a third varaible.

Réponse à la question d'entretien

Utilisateur anonyme

1 juin 2023

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