Skip to main content

Section 19.2 Dereferencing a Pointer

We will now explore how the concept of pointers (addresses) can be used to modify the value of a variable inside a function, despite the fact that the variable’s scope does not extend to that function.

If you cannot see this codecast, please click here.

Aside: Video Description.