employer cover photo
employer logo

Frage im Vorstellungsgespräch bei NetSuite

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

Antwort im Vorstellungsgespräch

Anonym

13. Aug. 2015

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