1. In C write a function which adds the two numbers. Test this function by calling from the main. In main, the user should be asked to provide the two numbers.
2. Write a function which accepts the two numbers from the users and then swaps them. Test the function by calling from the main function.