May 3 C
Read Chapter 12 - Pointers and Arrays - there are some useful things here and some confusing things that form and overlapping Ven diagram. See store_zeros.c
We talked about this in class, and I uploaded a
corrected version with debug statements. - Jim
We also walked through a string array vs pointer
uppercase conversion program, which I have uploaded as uppercase.c