[Previous] [Up] [Next]
Go backward to About your UNIX system
Go up to Labs
Go forward to Processes -- fork() & wait() functions

The C programming language

Write a "C" program that uses structures and pointers. This is intended to be a short program to re-fresh your "C" programming skills. If you are comfortable with "C" turn in a current listing of some of your code. This is not a mandatory assignment.

Set up a double linked list with forward and backward pointers with dynamically allocated structures. The structure should have 3 elements. A character, a forward link, and a backwards link.

The program, without comments was, for me 125 lines.

Turn in a printed copy of your program.
ltaber@pima.edu

[Previous] [Up] [Next]