December 2013
Intermediate to advanced
168 pages
3h 33m
English
CHAPTER 5
![]()
Pointers and Multidimensional Arrays
Multidimensional arrays are one of the most important programming constructs in any programming language. From 2D, 3D, and onward, arrays are considered to be multidimensional. There are various syntaxes in C that are used to access multidimensional arrays. These syntaxes can sometimes take a very cryptic form and become difficult to understand. This chapter gives insight into the memory layout of multidimensional arrays and the ways the array indices are accessed with the help of pointers.
Before you start reading this chapter, you should keep in mind that some of the source code listed in this ...
Read now
Unlock full access