Question d’entretien chez Arokia IT

how do you swap two variables without using temporary variable

Réponses aux questions d'entretien

Utilisateur anonyme

18 févr. 2013

a = b - a + (b=a) ; OR a = a+b; b = a-b; a = a-b

1

Utilisateur anonyme

15 déc. 2012

i was not able to answer