ECE 1620 - Assignment #7 Extra - Due: 22 March 2019


  1. a7/p1.c - sorted random integer array

    After putting the array elements into random order and printing, sort the array and then print again.

    You can write your own sort routine, use the one from the book (section 5.6), or use qsort() from stdlib.h