write code for a swap function that is given input x10 and y
write code for a swap function that is given input x=10 and y=50 you want the output to be x= 50 and y=10
Solution
/*Program to swap two given numbers*/ #include
write code for a swap function that is given input x=10 and y=50 you want the output to be x= 50 and y=10

