Aktiver Arbeitgeber
Swap two variables without using a temp.
Anonym
in c/c++: x^=y^=x^=y;
a= a*b; b = a/b; a = a/b;
+/- is correct even with overflow
You don't want to use +-/* as you might face under/overflow.
Can be done using adding/subtracting, multiply/divide, xor.
Verschaffe dir einen Vorsprung bei Chancen und Insider-Tipps, indem du deinem Traumunternehmen folgst.
Erhalte personalisierte Jobempfehlungen und Updates, indem du Suchanfragen startest.