Lesson 8. Using Numeric Arrays

Arrays are a type of data storage that you often use in C programs. You had a brief introduction to arrays in Lesson 6, “Basic Program Control.” In this lesson you learn

Image What an array is

Image The definition of single-dimensional and multidimensional numeric arrays

Image How to declare and initialize arrays

What Is an Array?

An array is a collection of data storage locations, each storing the same type of data and having the ...

Get C Programming in One Hour a Day, Sams Teach Yourself, 7th 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.