In this video I demonstrate the use of pointers as function parameters, function calls that accept memory addresses, and finally, indirection operator within a function.
This video shows the similarities between pointer functions and functions that use pass by reference.
The function I write swaps two values using pointers.