数组中的元素在计算机内存中连续存储。Elements in arrays are stored continuously in computer memory.
数组中的元素在计算机内存中连续存储。Elements in arrays are stored continuously in computer memory.
A.正确
B.错误
正确答案:正确
- 上一篇:如果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 statement:Set Sum = Sum (N-1) +NThe value 6 will be assigned to Sum.
- 下一篇:用下标变量(数组)的一个好处是,与相同数量的无下标变量相比,它占用的存储空间更少。One advantage of using subscript variables (arrays) is that it takes less storage space than the same number of non-subscript variables.