题目内容

有以下程序: #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%

#includeusingnamespacestd;intmain(){int*P;*P=9:cout$amp;return0;}编译运行程序将出现的情况是()。

A. 编译时出现语法错误,不能生成可执行文件
B. 运行时一定输出ThevalueatP:9
C. 运行时一定输出ThevalueatP:*9
D. 运行时有可能出错

答案查题题库