Print a copy of this page and referring to the lab exercise, answer each of the questions on your copy. (You must turn in your answers at the beginning of your laboratory session.)
1. A library consists of two separate files: the _________ file
and the _________ file.
2. A minimal function definition is called a function _________.
3. A value that is passed to a function when that function is called is
an _________ to that function.
4. An object in a function in which a function argument is
(automatically) stored is called a _________.
5. A program used solely to "test-drive" the functions in a library
is called a _________ program.