Hardest module, we start manipulating memory addresses. Understanding this will help you better understand what is happening
in other programming language which, while they do not expose to programmers pointers, rely on their principles to implement many things.
Readings - Textbook
For this module, you should read the following sections of the textbook;
This video go over the dereferencing of pointers in C and comes from the
Stanford CS education resources repository. A rare opportunity to enjoy something fun about pointers :)