Pregunta de entrevista de Qualcomm

c programming problem. Swap variable x and y without using a temporal variable

Respuestas de entrevistas

Anónimo

7 de feb de 2012

x = x ^ y y = x ^ y x = x ^ y

Anónimo

28 de abr de 2016

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