单项选择题
以下选项中可作为C语言合法整数的是
A.10110B
B.0386
C.0Xffa
D.x2a2
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
以下程序的输出结果是 #include <stdio.h> #include <string,h> main() char b1[8]= abcdefg ,b2[8],*pb=b1+3; while (--pb>=b1) strcpy(b2,pB) ; printf( %d n ,strlen(b2));
A.8
B.3
C.1
D.7
点击查看答案&解析
单项选择题
以下不能定义为用户标识符的是
A.scanf
B.Void
C._3com_
D.int
点击查看答案&解析
相关试题
有以下程序 #include <stdio.h> mai...
有以下程序(提示:程序中fseek(fp-2L*...
有以下程序 #include <string.h> st...
有以下程序: void swapl(int c[])...
有以下程序: void sort(int a[],in...