填空题

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

【参考答案】

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

填空题
下列程序段的输出结果是 ______。int n=’c’:switch(n++){ default:printf( error );break;case’a’:printf( good );break;case’c’:printf( moming );case’d’:printf( class );}
填空题
在面向对象的方法中, ______描述的是具有相似属性与操作的一组对象。
相关试题
  • 若有定义int a[4][4]={{1,2,...
  • 设有下列程序:#include<stdio.h>#inc...
  • 下列程序的输出结果是 ______。#de...
  • 设有下列的程序段:char str[]= Hello...
  • 下列程序输出的结果是______。int m...