Domanda di colloquio di Thomson Reuters

pgm to swap numbers without using temporary variable

Risposta di colloquio

Anonimo

14 feb 2016

int a=10 int b=20; a=a+b; a=a-b; b=a-b;

1