填空题

若a是int型变量,则表达式(a=2*3,a*2),a+6的值为 ______。

【参考答案】

L
<上一题 目录 下一题>
热门 试题

填空题
以下程序的输出结果是______。 #include<stdio.h> main() int x=27; while(x>20&&x<30) x++; if(x 3)x++;break; else continue; printf( %d n ,x);
填空题
下列程序的运行结果是______。 main() int a=1,b=10; do b-=a;a++;while(b--<0); printf( %d,%d n ,a,b);
相关试题
  • 下列程序的运行结果是______。 #de...
  • 下列程序的输出结果是______。 #in...
  • 函数fun的功能是计算xn。 double fun(do...
  • 若有说明char s1[]= That girl ,s...
  • 若有下列定义:int a[]=1,2,3,4...