CS 3050, Spring 2007
Programming Assignment 4
Due May 2, 2007

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
    Upload to the submission system the two files described below (no hard copies need to be turned in):

Pointers Array allocation Argument passing