单选题 以下程序段给数组所有元素输入数据:
#include <stdio.h>
main()
{ int a[10], i=0;
while(i<10) scanf("%d", ______);
}
应在下划线处填入的是
【正确答案】 A
【答案解析】