CS 3050, Spring 2006
Programming Assignment 4
Due April 24, 2006

Lab 4: Pointers, array allocation and argument passing

This lab will give you some an opportunity to review pointers, arrays, and argument passing. It is based on an assignment created by Lucia Moura at the University of Ottawa.

C/C++ reference: http://www.cppreference.com/

YOUR TASK (There is nothing to turn in, but it will be assumed that you understand the contents of the lab.)

Pointers Array allocation Argument passing