单项选择题

若整型变量a,b,c,d 中的值依次为:1,4,3,2 则条件表达式a<b a:c<d c:d的值是 ( )。

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

单项选择题
以下选项中可作为C语言合法常量的是( )。
A.-80
B.-080
C.-8e1.0
D.-80.0e
单项选择题
有以下程序:#include <stdio.h>main( ) int a=1,b; for(b =1;b <=10;b++) if(a> =8) break; if(a%2 == 1) a + =5;continue; a- =3; printf( % d n ,b);程序运行后的输出结果( )。
A.3
B.4
C.5
D.6
相关试题
  • 有以下程序: #include <stdio.h> ...
  • 有以下程序: #include <stdio.h> m...
  • 有以下程序:#include <stdio.h>int ...
  • 有以下程序: #include<stdio.h> voi...
  • 有以下程序:#include <stdio.h>void...