Frage im Vorstellungsgespräch bei Infosys

Write a code to swap two variables without using third variable

Antwort im Vorstellungsgespräch

Anonym

19. März 2024

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