Input
Output
>> gcc main.cpp
>> ./a.out
Enter number a : 
Enter number b : 
Before swapping a = 10 b = 200
After swapping a = 200 b = 10