Arrays and Functions

Using const with array parameters

arrayfunc.c -- Here's an example program illustrating a couple of functions that take array parameters.

Practice exercises

Try writing the following functions (each takes in one or more arrays as a parameter) for practice:

arrayfunc2.c -- Example written up in lecture class. Examples of minimum and maximum functions, as well as Selection Sort