Pregunta de entrevista de IBM

Swap two numbers without third variable ?

Respuesta de la entrevista

Anónimo

27 ago 2019

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