Capgemini Interview Question

How to Swap of two numbers?

Interview Answer

Anonymous

Apr 20, 2022

a=10 b=20 a, b = b, a or temp=a a=b b=temp