Lab 3: Functions and Arrays
Overview
In this lab you will:
- Write a program that consists of several functions
- Practice more I/O, and reinforce the concept that C-strings are arrays of
chars
- Use arrays, both as local variables and as arguments to function calls