Write a complete C program that obtains two integers from the user, saves them in the memory, and calls the function void swap (int *a, int *b) to swap the two integers. The main function of your program should display the two integers before and after swapping.