单项选择题
已有定义:int x=3,y=4,z=5;,则表达式!(x+y)+z-1 && y+z/2的值是
A.6
B.0
C.2
D.1
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
以下程序的输出结果是 #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
点击查看答案&解析
单项选择题
以下选项中不属于C语言的类型的是
A.signed short int
B.unsigned long int
C.unslgned int
D.long short
点击查看答案&解析
相关试题
有以下程序: void sort(int a[],in...
有以下程序(提示:程序中fseek(fp-2L*...
有以下程序 struct STU char num[10...
有以下程序 #include <stdio.h> mai...
有以下程序 #include <string.h> st...