单项选择题
串的长度是( )。
A.串中不同字符的个数
B.串中不同字母的个数
C.串中所含字符的个数且字符个数大于0
D.串中所含字符的个数
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
以下程序的输出结果是( )。 #include <stdio.h> main() int a=-1,b=1,k; if((++a<0)&&! (b-- <=0)) printf( %d %d n ,a,b); else printf( %d %d n ,b,
A.;
A) -1 1B) 0 1C)
点击查看答案&解析
单项选择题
以下程序的输出结果是( )。 #include <stdio.h> main() int n=4; while(n--) printf( %d ,--n);
A.2 0
B.3 1
C.3 2 1
D.2 1 0
点击查看答案&解析
相关试题
请选出以下程序的输出结果( )。 #incl...
已知字符0的ASCII码为十六进制的30,现...
有以下程序: #include <stdio.h> m...
请读程序: #include <stdio.h> fun...
读程序: #include <stdio.h> f(in...