A static array is stored as a contiguous sequence of variables of the component type of the array. The components with the lowest indexes are stored at the lowest memory addresses. A multidimensional array is stored with the rightmost dimension increasing first.
静态数组存储为相邻的变量序列,这里的变量是指数组的分量类型的变量。最低索引的分量存储在最低的内存地址。多维数组首先存储最右边的维。