Rectangular arrays are two-dimensional arrays where every row has the same length. I talk about how to create them, looping structures for walking through them, how they are stored in row-major order, calculating the address of a particular entry of an array, and how those calculations change when there are more than two dimensions.
Using football statistics as an example, I show how we walk down a particular column, across a particular row and through the entire array.
#cprogramming #arraysinc #codinginc
Don't forget to subscribe! @wizardcraftcode