Lecture 31

The file sum.c is a simple demonstration of basic techniques. It also serves as an example for style and commenting (the other two not so much). The vector.c file demonstrates some common mistakes with C programming. The file big.c also demonstrates the problem with pass-by-value. The last file, whereami.c, prints out some memory addresses.