Question d’entretien chez Perfomatix Solutions

Write a program for swapping two numbers without using temp variable ?

Réponse à la question d'entretien

Utilisateur anonyme

5 juill. 2019

a=10; b=20; a=a+b; b=a-b; a=a-b;