Introducing Arrays
The principle of fixed-length storage transcends
Scheme's vector type; it arises in C as something we
call an array.
- Textbook reading:
- King: Section 8.1, 9.3, 11.5, 12.1-12.3, pp. 161-169, 193-201, 251-252, 257-267
- Arrays as Parameters