employer cover photo
employer logo
employer logo

Priya Softweb Solutions

Est-ce votre entreprise ?

Question d’entretien chez Priya Softweb Solutions

inter change value of two variable without using 3rd one.

Réponse à la question d'entretien

Utilisateur anonyme

28 févr. 2025

int i = 10, j = 20; i = i + j; // i = 30 j = i - j; // j = 10 i = i - j; // i = 20