如果一个声明语句分配100个存储空间给一个数组,那么程序必须给这个数组的100个元素都赋值。If allocates 100 storage spaces to an array, the program must assign 100 elements to the array.
A.正确
B.错误
正确答案:错误
如果一个声明语句分配100个存储空间给一个数组,那么程序必须给这个数组的100个元素都赋值。If allocates 100 storage spaces to an array, the program must assign 100 elements to the array.
A.正确
B.错误
正确答案:错误