题目内容

下述程序执行的输出结果是()。 #include main() {char a[2][4]; , strcpy(a。"are");strcpy(a[1],"you"); a[o][3]=&; printf("%s\n",a); }

A. are&you
B. you
C. are
D. &

查看答案
更多问题

有以下程序: #include main() { char a[5][10]={"one","tw0","three","four","five"}; int i,j; char t: 、 for(i=0;i<4;i++) for(j=i+1;j<5;j++) if(a[i][O]>a[j][0]) {t=a[i][O];a[i][O]=a[j][O];a[j][O]=t;) puts(a[1]); } 程序运行后的输出结果是()。

A. fwo
B. fix
C. two
D. owo

Johanna is the woman ________Maria is studying the piano.

A. of whom
B. with whom
C. by whom
D. in whom

如果int C=3,d=4,k=0,下列描述正确的是()。

A. c>d!=k和c>(d!=k)的执行顺序是一样的
B. c&&d>k的结果为假
C. c||(d=k)执行后d的值为0
D. !c!=(d!=k)表达式的值为1

今年第一季度,各类违法主体占立案查处案件比重的最高值与最低值相差多少?()

A. 43.13%
B. 36.62%
C. 31.40%
D. 26.67%

答案查题题库