单项选择题

以下程序的输出结果是( )。
main()
int x=0.5;char z=’a’;
printf("%d\n",(x&1)&&(z<’z’));

A.0
B.1
C.2
D.3
<上一题 目录 下一题>
热门 试题

填空题
对下列二叉树进行中序遍历的结果为______。
单项选择题
下面结构体的定义语句中,错误的是
A) struct ord int x;int y;int z;;struct ord a;
B) struct ord int x;int y;int z;struct ord a;
C) struct ord int x;int y;int z;a;
D) struct int x;int y;int z;)a;
相关试题
  • 以下程序运行后的输出结果是 。 #includ...
  • 以下fun函数的功能是在N行M列的整型二维数...
  • 以下程序中函数fun的功能是:构成一个如图...
  • 以下程序的输出结果为______。 #de...
  • 下面程序的功能是输出数组s中最大元素的下...