Unthinkable interview question

Can you add two numbers without using + operator?

Interview Answer

Anonymous

22 Sept 2023

Yes sir, I will take second number (-b) and then I will c=a-(-b);

1