注意:此页面搜索的是所有试题
针对下面程序段,哪个调用可能出现错误( ) 

int data[10];

for (int i=1;i<10;i++) data[i]=0;

(本题3.0分)
A、 data[1]
B、 data[0]
C、 data[9]
D、 data[10]

参考答案