Question d’entretien chez AMD

Write a C program to swap two nos without using third variable

Réponses aux questions d'entretien

Utilisateur anonyme

26 avr. 2012

told

Utilisateur anonyme

20 juin 2017

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