Let\'s take the following example where we swap the values of a and b.
void swap(int* a, int* b) { // remember, a and be are both memory addresses now! pr