employer cover photo
employer logo

Sollicitatievraag bij NetSuite

Given two variables with integer values, write a code which swaps values of these variables without using third variable.

Antwoord op sollicitatievraag

Anoniem

13 aug 2015

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