Part IV

The Advanced Part

9781118737637-pp0401.eps

9781118737637-pp0402.eps

pt_webextra_bw.TIF Review how to make a double-linked list at www.dummies.com/extras/beginningprogrammingwithc.

In this part . . .

check.png Discover how variables are stored and accessed

check.png Learn how to use pointers to access variables and memory locations

check.png Discover how to replace array notation with pointers

check.png Find out how to use an array of pointers

check.png See how strings can be sorted by using pointers

check.png Find out how to build a linked list of structures

check.png Work with time functions in C