Module: Strings and Files

After this module, students will be able to:

  • Predict the result of running C code that uses strings and files.
  • Implement a C function that relies on the representation of data (e.g. null termination).
  • Implement a C program that reads and writes binary data to and from files.

Module Structure