【单选题】【消耗次数:1】
有说明语句int b[4][5];void fun(int*,int n);调用函数的正确语句是()
fun(b,20);
fun(b[0],20);
fun(b[0][0],20);
fun(b,20);
参考答案:
复制
纠错
相关题目
【单选题】 以下程序的输出结果是() int a, b; void fun( ) { a=100; b=200; } main( ) { int a=100, b=100; fun( ); printf(%d%d \n, a,b); }
①  100200
②  100100
③  200100
④  200200
【单选题】 有以下程序,程序执行后的输出结果是( ) #include int fun(int x [ ],int n) { static int sum=0,i; for(i=0; i{ sum+=x[i]; } return sum; } void main( ) { int a[ ]={1,2,3,4,5}; int b[ ]={6,7,8,9},s=0; s=fun(a,5)+fun(b,4); printf(%d\n,s); }
①  45
②  50
③  60
④  66
【单选题】 有说明语句int a[10];及函数int fun(int x[10],int n){return sizeof(x);},则语句cout<<fun(a,10)<<endl;的显示结果是()
①  40
②  10
③  4
④  0
【单选题】 下列程序的输出结果是()。 #include fun(int *a,int *b) {int *w;*a=*a+*a;*w=*a; *a=*b; *b=*w;} main( ) {int x=9,y=5,*px=fun(px,py);printf(%d, %d\n,x,y);}
①  出错
②  18,5
③  5,9
④  5,18
【单选题】 有函数原型void fun6(int);在下列选项中,不正确的调用是()
①  int a=21;fun6(a);
②  int a=15;fun6(a3);
③  int b=100;fun6(b);
④  fun6(256);
【单选题】 以下程序的运行结果是( )。 void fun(int array[3][3]) { int j; for(j=0;jj++) array[1][j]=array[1][j]++; printf(\n} void main(){ int j,a[3][3]={0,1,2,1,0,4,2,4,5};fun(a);for(j=0;jj++)printf(%d,a[1][j]); printf(\n }
①  1 0 4
②  2 1 5
③  0 1 2
④  1 2 3
【单选题】 下面程序执行后的结果是() #include stdio.h void fun( ) { int i,sum=0; int a[5]={1,2,3,4,5}; for (i=0;i { if (a[i]%2==0) { sum+=a[i]; } } printf(%d,sum); } void main( ) { fun( ); }
①  6
②  15
③  9
④  11
【单选题】 下面程序的输出是 int fun3(int x) {static int a=3; a+=x; return(a); } void main() {int k=2,m=1,n; n=fun3(k); n=fun3(m); printf(%d\n }
①  3
②  4
③  6
④  9
【单选题】 下面程序执行后的结果是() #include stdio.h int m=0; void fun( ) { m++; } void main( ) { m++; fun( ); m++; printf(%d,m); }
①  0
②  1
③  2
④  3
【单选题】 以下函数fun的返回值类型为( )。fun(double x){ ……}
①  int
②  void
③  无法确认类型
④  double
随机题目
【单选题】 设A为后视点,B为前视点,A点高程为36.750 m,后视读数为0.947 m ,前视读数为1.279 m ,则A.B两点的高差是()
①  -0.332m
②  0.332m
③  37.082
④  36.418
【单选题】 水准测量时,为了消除 角误差对一测站高差值的影响,可将水准仪置在( )处。
①  靠近前尺
②  两尺中间
③  靠近后尺
④  任意位置
【单选题】 水准仪的粗略整平是通过调节( )来实现的。
①  微倾螺旋
②  脚螺旋
③  对光螺旋
④  测微轮
【单选题】 DSZ05水准仪中Z的含义()
①  准确
②  准度
③  自动安平
④  准心
【单选题】 水准仪与经纬仪应用脚螺旋的不同是()
①  经纬仪脚螺旋应用于对中、精确整平,水准仪脚螺旋应用于粗略整平。
②  经纬仪脚螺旋应用于粗略整平、精确整平,水准仪脚螺旋应用于粗略整平。
③  经纬仪脚螺旋应用于对中,水准仪脚螺旋应用于粗略整平。
④  经纬仪脚螺旋应用于精确整平,水准仪脚螺旋应用于粗略整平。
【单选题】 水准测量中准点是否需要架设尺垫()
①  不需要
②  需要
③  都可以
④  低的地方可以
【单选题】 水准测量中的误差来源不包括()
①  人为误差
②  仪器误差
③  心态误差
④  环境误差
【判断题】 A、B两点间的高差为负值,所以A点的实际位置高。
①  正确
②  错误
【单选题】 水准测量中,对同一测段进行往返测量,则往测高差和返测高差有何关系?
①  大小不等,符号相反
②  大小不等,符号相同
③  大小相等,符号相反
④  没有关系
【单选题】 水准测量是利用水准仪提供( )求得两点高差,并通过其中一已知点的高程,推算出未知点的高程。
①  铅垂线
②  视准轴
③  水准管轴
④  水平视线