单项选择题
已有定义:Mt x=3,y=4,z=5;,则表达式!(x/y)+z-1&&y+z/2的值是( )。
A.6
B.O
C.2
D.1
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
若程序中已包含头文件stdio.h,以下选项中,正确运用指针变量的程序段是( )。
A.int*i=NULL;
B.float*f=NULL;
C.chart='m',*c=&t;
D.long*L
scanf("%d",i); *f=10.5; *c=&t; L='\0';
点击查看答案&解析
单项选择题
以下程序段的输出结果是( )。 int a=1234; printf( %2d n ,
A.;A) 12
B.34
C.1234
D.提示出错,无结果
点击查看答案&解析
相关试题
有以下程序: main() int a=15,b...
有以下程序: #include <stdio.h> ...
有以下程序: #include <stdio.h> m...
有以下程序: int fun(int x[],int...
有以下程序: main() char s[]= Y...