Skip to Content
Learn C Programming
book

Learn C Programming

by Jeff Szuhay
June 2020
Beginner content levelBeginner
646 pages
14h 58m
English
Packt Publishing
Content preview from Learn C Programming
Working with Multi-Dimensional Arrays

Understanding Chapter 11, Working with Arrays, is essential to understanding the concepts presented in this chapter. Please read through and ensure you understand that chapter before reading this one.

In Chapter 11, Working with Arrays, we explored a one-dimensional array, where an array is a contiguous group of the same data type accessed via a basename and an index. In this chapter, we will extend the concept of arrays from one dimension to many dimensions. Multi-dimensional arrays occur in a myriad of objects that we deal with in daily life—from a simple checkers board or chessboard, a multiplication table, or the pixels on a screen to more complex three-dimensional objects, such as volumetric spaces. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn C Programming - Second Edition

Learn C Programming - Second Edition

Jeff Szuhay
C Programming Language, 2nd Edition

C Programming Language, 2nd Edition

Brian W. Kernighan, Dennis Ritchie

Publisher Resources

ISBN: 9781789349917Supplemental Content