Passing Pointers as Arguments
In this lesson, we'll try passing pointers as input arguments to functions!
We'll cover the following...
Pointer Scope
As we’ve learned in the Function section, function arguments are usually local in scope. ...