Frage im Vorstellungsgespräch bei Atos

Write an algorithm to swap two numbers without using temp variable.

Antwort im Vorstellungsgespräch

Anonym

21. Mai 2016

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

1