Course Links

Resources

External

This lab will give you practice working with C types, variable declarations, and scope.

To Do

Download files from Moodle at this link. It should give you a zip archive containing three files: test.c, test.h, and lab-types.c. The first two files are part of the testing framework and should not be modified. All of your work is contained within lab-types.c. Open it in an editor and follow the activities described in the comments.