Lab 14 Preview

Using the Node struct we covered in class, figure out how to add elements to a list, remove an element from a list, read through a list, modify elements in a list, and aggregate elements from a list.

Also, increase your level of comfort with pointers, and in particular how to use structures, pointers, and their combinations with functions, both as parameters and return values.