Question d’entretien chez Infosys

Write a code to swap two variables without using third variable

Réponse à la question d'entretien

Utilisateur anonyme

19 mars 2024

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