employer cover photo
employer logo
employer logo

Tata Consultancy Services

Fait partie de Tata Group

Employeur impliqué

Question d’entretien chez Tata Consultancy Services

5.Write the LOGIC for Swapping of Two Numbers WITHOUT using temporary variable ?

Réponse à la question d'entretien

Utilisateur anonyme

19 févr. 2018

I wrote. int a,b ; a = a + b ; b = a - b; a = a - b ;