单项选择题

下面程序输出的结果是 ______。
main ()int i=5, j=9,x;
x= (i==j: (j=7));
printf("\n%d, %d", i, j);

A.5,7
B.5,5
C.语法错误
D.7,5
<上一题 目录 下一题>
热门 试题

单项选择题
以理对枚举类型名的定义中正确的是 ______。
A.enum a=one, two, three);
B.enum a one=9, two=1three;
C.enum a="one", "two", "three";
D.enum a "one", "two". "three";
单项选择题
设a、b和c都是int 型变量,且a=3、b=4、c=5,则下面的表达式中,值为0的表达式是 ______。
A.'a'&&'b',
B.a<=b
C.a||+c&&b-c
D.!((a<b)&&!c||1)
相关试题
  • 有以下程序:#include<stdio.h>#inclu...
  • 请读程序:#include <stdio. h>main...
  • 下面程序的输出是 ______。main()...
  • 以下程序的输出结果是 ______。#in...
  • 在软件生命周期中,能准确地确定软件系统必...