Frage im Vorstellungsgespräch bei Epsilon

Write a program to swap two numbers without using a third variable

Antwort im Vorstellungsgespräch

Anonym

1. Sept. 2021

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

1