单项选择题

已有定义: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
相关试题
  • 以下程序从终端读入数据到数组中,统计其中...
  • 以下sum函数的功能是计算下列级数之和。请...
  • 下面程序的运行结果是______。 type...
  • 以下sstrcpy()函数实现字符串复制,即将t...
  • 以下函数的功能是计算s=1+1 2!+1...