Lecture 22: Arrays 1
Tuesday, November 15, 2011 Status: complete[Up] [Previous Lecture] [Next Lecture]
Powerpoint Slides: none
Reading Assigned: 8.1-8.3
Homework Due: Homework 10
Homework Assigned: Homework 11
Topics Covered:
- Return Quiz 3
- Introduction to arrays
- Input/output redirection
- Classwork 22
Programs Shown:
- Simple uses of an array: array1.c and array2.c
- What happens if you over-run the array? overwrite1.c, overwrite2.c, and overwrite3.c.
- How to read input from standard input: input1.c input2.c input3.c input4.c