Originale-mail to me for new edition

 

Static array types

 

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.

 

Topic groups

 

See also

Memory management: Overview

Static arrays

Variables

 

 

译文

 

静态数组

 

静态数组存储为相邻的变量序列,这里的变量是指数组的分量类型的变量。最低索引的分量存储在最低的内存地址。多维数组首先存储最右边的维。

 

主题组

 

相关主题

内存管理:概述

静态数组

变量