Part IV
The Advanced Part
In this part . . .
Discover how variables are stored and accessed
Learn how to use pointers to access variables and memory locations
Discover how to replace array notation with pointers
Find out how to use an array of pointers
See how strings can be sorted by using pointers
Find out how to build a linked list of structures
Work with time functions in C