Sollicitatievraag bij Infosys

Write a code to swap two variables without using third variable

Antwoord op sollicitatievraag

Anoniem

19 mrt 2024

a = a+b; b = a-b; a = a-b;