Question d’entretien chez Atos

Write an algorithm to swap two numbers without using temp variable.

Réponse à la question d'entretien

Utilisateur anonyme

21 mai 2016

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

1