Sollicitatievraag bij PCS Global Tech

how to exchange variable a and b's value without using a third variable?

Antwoord op sollicitatievraag

Anoniem

10 apr 2018

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

2