题目内容

设int a=1,b=2,c,d,e;执行c=(-a++)+(++b);d=(b--)+(++a)-a;e=(a/(++b))-(b/(--a));后,变量a、b、c、d、e的结果分别是( )、( )、( )、( )、( )。

查看答案
更多问题

设int a=1,b=2,c=3,d;执行d=!(a+b+c)后,d的结果是( )。

设int a=2,b=3,c,d,e,f;执行c=(a++>=--b);d=(a==++b);e=(a--!=b);f=(++a>b--);后,变量c、d、e、f的结果分别是( )、( )、( )、( )

设int x;当x的值分别为1、2、3、4时,表达式(x&1==1)?1:0的值分别是( )、( )、( )、( )。

执行下列语句后,a的值是( )。int a=12;a+=a-=a*a;

答案查题题库