fun函数的功能是:通过键盘输入给x所指的整型数组所有元素赋值。在下划线处应填写的是( )。 #include<stdio.h> #define N 5 void fun(int x[N]) { int m; for(m=N-t;m>=O;m-)scanf("%d",____); }
A.%&X[++m]
B.&x[m+1]
C.x+(m++)
D.x+m
第1题:
以下函数的功能是:通过键盘输入数据,为数组中的所有元素赋值。 #define N 10 void artin( int x[N]) { int i=0; while(i<N) scanf("%d", ); } 在下划线处应填入的是( )。
A.x+i
B.&x[i+1]
C.x+(i++)
D.&x[++i]
第2题:
以下函数的功能是:通过键盘输入数据,为数组中的所有元素赋值。
#include
#define N 10
void fun(int x[N])
{ int i=0;
while(i<>
}
在程序中下划线处应填入的是
A.x+i
B.&x[i+1]
C.x+(i++)
D.&x[++i]
第3题:
7、fun函数的功能是:通过键盘输入给x所指的整型数组所有元素赋值。在下列划线处应该填写的是()。 #include <sthio.h> #define N 5 viod fun(int x[N]) { int m; for(m=N-1;m>=0;m--) scanf(“%d\n”, ); }
A.&x[++m]
B.&x[m+1]
C.x+(m++)
D.x+m
第4题:
fun函数的功能是:通过键盘输入给x所指的整型数组所有元素赋值。在下划线处应填写的是
#include <stdio.h>
#define N 5
void fun(int x[N])
{ int m;
for(m=N-1;m>=0; m--) scanf(”%d”,__________);
}
A)&x[++m]
B) &X[m+1]
C)x+(m++)
D) x+m
第5题:
fun函数的功能是:通过键盘输入给x所指的整型数组所有元素赋值。在下列划线处应该填写的是()。 #include <sthio.h> #define N 5 viod fun(int x[N]) { int m; for(m=N-1;m>=0;m--) scanf(“%dn”, ); }
A.&x[++m]
B.&x[m+1]
C.x+(m++)
D.x+m