Pergunta de entrevista da empresa IBM

Swap two numbers without third variable ?

Resposta da entrevista

Sigiloso

27 de ago. de 2019

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