CSCI P415/515 Mon Feb 27 15:19:27 EST 2012 [SDJ]

Homework Assignment (P515)

Assignment 0, Part C – Testing

Recall that Part B of Homework Assignment 0 was to write a C program to read an list of numbers from stdinp into an array, reverse the content of the the array, and write the resulting list to stdout. Here is the main() program:

Notes and Hints