Unthinkable Interview Question

Can you add two numbers without using + operator?

Interview Answer

Anonymous

Sep 22, 2023

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

1