Closed coder52 closed 3 years ago
Using pointers, write a function to swap the values of two ints. Test the function by calling it and printing the swapped values.
Using pointers, write a function to swap the values of two ints. Test the function by calling it and printing the swapped values.