问题 单项选择题

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

A.15 

B.16

C.31 

D.32

答案

参考答案:A

单项选择题
名词解释