coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 210 Exercise 6.10: #30

Closed coder52 closed 3 years ago

coder52 commented 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.