employer cover photo
employer logo
employer logo

Panacea Medical Technologies

Est-ce votre entreprise ?

Question d’entretien chez Panacea Medical Technologies

How to swap two numbers without using inbuilt functions or another variable

Réponses aux questions d'entretien

Utilisateur anonyme

25 mars 2019

Using multiplication and division-along with writing a code in C

Utilisateur anonyme

4 juin 2019

a = a + b; // a is sum of both numbers now b = a - b; // b is a now a = a - b; // a is b now