Answered You can hire a professional tutor to get the answer.
Write a program and flowchart. You should have a function called "swapIt()" that is passed two integers by address. The function should define a third local variable. Use the third variable as a i
Write a program and flowchart. You should have a function called "swapIt()" that is passed two integers by address. The function should define a third local variable. Use the third variable as a intermediate variable and swap the values of both integers passed, so that when control is returned to the calling function, the values are swapped. Hint: You will need to use pointers for this program.
Here is what the output looks like.
File Submission
Upload your Flowgorithm file, your .c file, and a screen shot of your code output saved in a Word document including the path name directory at the top of the screen into the dropbox for grading.