Domanda di colloquio di IBM

Swap two numbers without third variable ?

Risposta di colloquio

Anonimo

27 ago 2019

x = x + y; y = x - y; x = x - y