Question d’entretien chez Odessa

how to swap two numbers without using a third variable or using swapping?

Réponses aux questions d'entretien

Utilisateur anonyme

13 août 2015

I dunno

2

Utilisateur anonyme

24 juil. 2017

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