Question d’entretien chez Cognizant

Exchange two variable values without using third Variable.

Réponse à la question d'entretien

Utilisateur anonyme

17 févr. 2019

a , b two variables. a = a+b; b = a-b; a = a-b; Done!

1