C Tutorial, Part II


The Pointer Type: storing the address of a variable in another variable.

Using pointers to make changes to variables across function calls


The Array type