Write A Program To Swap A Number Without Using Third Variable
Logic :-
Swapping A two Number without Using Third Variable Is A simple logic that i am Explaining below .
Example :- a=10 And b=20 .
Step 1:- first add both number like a=a+b so a value is 30.
Step 2:- Now sub-struct b=a-b so b value is 10.
Step 3:- Finally a=a-b so 30-10=20 so a value is 20.
finally Number is swap .
Output:
Enter The First And Second Variable :
10
20
First Number is = 20
Second Number Is = 10
need an explanation for this answer? contact us directly to get an explanation for this answer