题目

下面C程序段中count++语句执行的次数为( )。
for(int i=1;i<=11;i*=2)
for(int j=1;j<=i;j++)
count++;

作答
15
16
31
32
答案/解析
查看试卷及答案