Question d’entretien chez PCS Global Tech

how to exchange variable a and b's value without using a third variable?

Réponse à la question d'entretien

Utilisateur anonyme

10 avr. 2018

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

2