Input
Output
>> gcc main.c
>> ./a.out
Enter number a : Enter number b : 

Before swapping a = 10 b = 200
After swapping a = 200 b = 10