试题详情

以下函数的功能是:通过键盘输入数据,为数组中的所有元素赋值。   #include   #define N 10   void fun(int x[N])   { int i=0;    while (i

Ax+i

B &x[i+1] 

C x+(i++)

D &x[++i]