Sollicitatievraag bij CGI

swap values without third variable

Antwoord op sollicitatievraag

Anoniem

16 feb 2016

int x=1,y=2; x=x+y; y=x-y; x=x-y;