Chapter 7. Study Guide

Arrays are arguably the most common and fundamental programming data structure. FORTRAN, the first high-level programming language, included them, and all contemporary general-purpose programming languages support them in some form. Although programs often use them without further embellishment, they also form the foundation for more complex structures like strings, stacks, vectors, matrices, etc. Given their widespread application, we must understand how to create and use them correctly.

Know