Question d’entretien chez Qualcomm

c programming problem. Swap variable x and y without using a temporal variable

Réponses aux questions d'entretien

Utilisateur anonyme

7 févr. 2012

x = x ^ y y = x ^ y x = x ^ y

Utilisateur anonyme

28 avr. 2016

x=x-y y=x+y x=y-x