单选题 下面C程序段中“count++”语句执行的次数为______。
for(int i=1;i<=11;i*=2)
for(int j=1;j<=I;j++)
count++;
A.15 B.16 C.31 D.32

【正确答案】 A
【答案解析】