单项选择题
有以下程序:
main()
int i=10,j=1;
printf("%d,%d\n",i--,++j);
执行后输出结果是( )。
A.9,2
B.10,2
C.9,1
D.10,1
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
有以下程序: #include<string.h> main() char str[][20]= Hello , Beijing ),*p=str[0]; printf( %d n ,strlen(p+20)); 程序运行后的输出结果是( )。
A.0
B.5
C.7
D.20
点击查看答案&解析
单项选择题
A.*sB.SC.*s++D.(*s)++
A.*s
B.S
C.*s++
D.(*s)++
点击查看答案
相关试题
有以下程序: #include <stdlib.h> ...
有以下程序: main() char k; int ...
有以下程序: int *f(int *x, int...
设有如下程序: #include’string.h ma...
(48)~(50)以下程序的功能是:建立...