时间:2012-09-30 21:46:11
a[0] a[1] a[2] a[3] a[4]
8.1.2一维数组元素的引用
格式:数组名[下标表达式]
如:double a[10];/*定义数组*/
int b=a[4];/*引用数组元素a[4]
电脑版 | 手机版 | 返回顶部