单项选择题
以下程序的输出结果是( )。
#include <stdio.h>
main()
int k=17;
printf("%d,%o,%x\n",k,k,k);
A.17,021,0x11
B.17,17,17
C.17,0x11,021
D.17,21,11
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
开发软件所需高成本和产品的低质量之间有着尖锐的矛盾,这种现象称作( )。
A.软件投机
B.软件危机
C.软件工程
D.软件产生
点击查看答案&解析
相关试题
请选出以下程序的输出结果( )。 #incl...
已知字符0的ASCII码为十六进制的30,现...
有以下程序: #include <stdio.h> m...
请读程序: #include <stdio.h> fun...
读程序: #include <stdio.h> f(in...