Question d’entretien chez Epsilon

Write a program to swap two numbers without using a third variable

Réponse à la question d'entretien

Utilisateur anonyme

1 sept. 2021

a = a+b b = a-b a = a-b

1