题目内容

有int x=3,y=-4,z=5;则表达式(x&&y)==(x||z)的值是( )。

查看答案
更多问题

若有x=1,y=2,z=3,则表达式(x

若有int i=5,j=4,k=6;float f;则执行f=(i

执行以下程序段后,a= ( )b=( ),c= ( )。int x=10,y=9 ;int a,b,c ;a = (x--==y++) ? x-- : y++ ;b = x++ ;c = y ;

下述程序的输出结果是()#include void main ( ){ int a=0,b=0,c=0;if (++a>0 | | ++b>0)++c;printf(“%d,%d,%d”,a,b,c);}

答案查题题库