填空题

有如下语句序列:
int x=-10; while(++x)运行时while循环体的执行次数为______。

【参考答案】

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

填空题
设有定义语句:int a=12;,则表达式a*=2+3的运算结果是______。
填空题
下列程序的输出结果为______。 #include <iostream.h> void main() int a[]=10,20,30,40,*pa=a; int *&pb=pa; pb++; cout<<*pa<<endl;
相关试题
  • 下面程序的运行结果是______。 #in...
  • 在下面横线上填上适当的语句,完成程序。 ...
  • 下列程序的输出结果是______。 #in...
  • 已知数组a中的元素个数为n,下列语句的作用...
  • 有如下程序: #include <iostream.h>...