题目 / 答案提交正确答案
下面程序的运行结果是()。 struct st { int n; int a[20]; }; void f(int *a, int n) { int i; for(i=0;i<n;i++) a+=I; } int main() { int i; struct st x={10,{2,3,1,6,8,7,5,4,10,9}}; f(x.a, x.n); for(i=0;i<s.n;i++) printf(”%d,”,x.a); }
A.2,4,3,9,12,12,11,11,18,18,
B.3,4,2,7,9,8,6,5,11,10,
C.2,3,1,6,8,7,5,4,10,9,
D.1,2,3,6,8,7,5,4,10,9,
正确答案:A
关键字 浏览量:次
上一篇:下面程序的运行结果是()。 #include <stdio.h> #include <string.h
下一篇:设有以下说明语句 struct stu { int a; float b; }stutype; 则以下叙述不正确的是()
相关问题
【智慧树】下面程序的运行结果是()。 #include <stdio.h> #include <string.h
【智慧树】下面程序的运行结果是()。 #include <stdio.h> union data { int i; c
【智慧树】以下下面程序的运行结果是()。 #include <stdio.h> int main() { int a=
【智慧树】下面程序的运行结果是()。 #include <stdio.h> int main() { int i; f
【智慧树】下面程序的运行结果是()。#include<stdio.h>intmain(){staticchara[]=
【智慧树】下面程序的运行结果是()。#include<stdio.h>#include<string.h>