
Postlab Activities
Exercise 1: Substitute code for linked lists in any program that used array-based lists.
Exercise 2: A record is made up of a name and a telephone number. You want to keep
a list of these records so that you can add new names, delete names, and change phone
numbers. Write a program that will create this list of records, allow the user to
manipulate them, and then save and print the altered list.
Pointers and Linked Lists | 375
78828_CH14_DaleLab 5/22/09 7:32 AM Page 375