Question: Please make sure your answer is correct , because I'll rate your answer ( C programming) Name: ID 6) write the following function: void swap
Name: ID 6) write the following function: void swap (int p, int q); When passed the addresses of two variables, swap should exchange the values of the variables: swap (&i, &j); exchanges values of i and j
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
