首页 / 百科 / 内容详情 数组中的元素在计算机内存中连续存储。Elements in arrays are stored continuously in computer memory. 2022-04-24 2次阅读 数组 continuously elements 数组中的元素在计算机内存中连续存储。Elements in arrays are stored continuously in computer memory. A.正确B.错误正确答案:正确 用下标变量(数组)的一个好处是,与相同数量的无下标变量相比,它占用的存储空间更少。One advantage of using subscript variables (arrays) is that it takes less storage space 如果N=2,Sum(N)是一个函数,且Sum(1)=5,那么语句:Set Sum=Sum(N-1) +N将把值6赋给Sum。If N = 2, Sum (N) is a function and Sum (1) = 5, then the statemen 猜你喜欢 若int*p;下面哪个选项可以实现为3个元素的一维数组分配空间()。 对字符数组s赋值,不合法的一个是 建立一个二维数组a的初始化为[[4,5,6],[1,2,3]],输出元素a(0,1)和a(1,1)分别是多少() 数组的下标可取的变量类型是()。 数组声明语句Dima(0to3,-2to2,0to5)中,数组a包含元素的个数为()。