Course Links

Resources

External

This lab will give you some practice investigating the representations of different types in C, and the effect of different conversions between them. We are doing the lab in C because that language will allow operations that are not possible in some others.

To get started, download and unzip the lab-types.c starter file. All the activities for the lab are written in comments in the file. There are two exercises.

When you are done, you can check your work against the answer key .