CHAPTER 18. ARRAYS CHAPTER 18. ARRAYS
18.8 Conclusion.
An array is a pack of values in memory located adjacently. It’s true for any element type, including structures. Access to a
specific array element is just a calculation of its address.
CHAPTER 18. ARRAYS CHAPTER 18. ARRAYS
An array is a pack of values in memory located adjacently. It’s true for any element type, including structures. Access to a
specific array element is just a calculation of its address.