Chapter 6. C Arrays

 

Now go, write it before them in a table, and note it in a book.

 
 --Isaiah 30:8
 

To go beyond is as wrong as to fall short.

 
 --Confucius
 

Begin at the beginning, ... and go on till you come to the end: then stop.

 
 --Lewis Carroll
<feature><title>Objectives</title>

In this chapter, you will learn:

<objective>

To use the array data structure to represent lists and tables of values.

</objective>
<objective>

To define an array, initialize an array and refer to individual elements of an array.

</objective>
<objective>

To define symbolic constants.

</objective>
<objective>

To pass arrays to functions.

</objective>
<objective>

To use arrays to store, sort and search lists and tables of values.

</objective>
<objective>

To define and manipulate multiple-subscripted ...

Get C How to Program, Fifth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.