Lab 3: Functions and Arrays

Overview

In this lab you will:

  1. Write a program that consists of several functions
  2. Practice more I/O, and reinforce the concept that C-strings are arrays of chars
  3. Use arrays, both as local variables and as arguments to function calls