#include <stdio.h>
#define N 10
void fun(int x[N])
{ int i=0;
while(i<N)scanf("%d", );
}
在程序中下划线处应填入的是
A.)x+i
B.)&x[i+1]
D.)&x[++i]