CS167 C Programming
Spring 1998

The concordance: revisited

Goals

To write a program that uses structures.

Problem description

Take your concordance program and modify it to work with structures. Your program uses two parallel arrays, one for the concordance itself, i.e. an array of pointers to character strings, and one for the counts. Merge these into one array of structures, each of which contains a single character pointer and the count.

Deliverables:

Notes and hints

Due Date

Submit your completed assignment before 5pm. on Friday, May 8th.