单项选择题
下列程序段运行结果为()char ch[]=”600”;int a,s=0;for (a=0;ch[a]>=’0’&&ch[a]。
A."600"
B.600
C."6"
D.6
点击查看答案
相关考题
-
单项选择题
若有定义int i=2,j=7;则表达式(++j)*(i--)的值是()。
A.14
B.15
C.16
D.7 -
单项选择题
下面属于C语言调试软件的是()。
A.Powerpoint
B.Excel
C.Word
D.dev c++ -
单项选择题
C语言中要使用数学库函数,需要在源文件中包含的头文件是()。
A.stdio.h
B.math.h
C.string.h
D.ctype.h
