17.9 — Pointer arithmetic and subscripting
In lesson , we mentioned that arrays are stored sequentially in memory. In this lesson, we’ll take a deeper look at how arrays indexing math works. Although we won’t use the indexing math in future lessons, the topics covered in this lesson will give you insight into how range-based for …