pointer.c: * and & interactions!
adjacent.c:Checking the adjacency of array positions
uninitialized.c:Consequences of not initializing an array
foo_bar.c:This is FUBAR. Good example of passing arrays.
const.c:FUBAR passing a constant array (no changes allowed).
scan_print.c:Scanning in indices and values from the user, and changing the array accordingly.
search.c:Searching for a number in an array, outputting it's index.
bubble_sort.c:The bubble sort program (Needs to have a batch datafile given to it!).
scan.c:While != EOF scanning routine
null_char.c:Donavan, don't forget your null character