万能百科  > 计算机   > 

[填空题] 以下程序中,for循环体执行的次数是______。 #define N 2 #define M N+1 #define K M+1*M/2

2021-07-20   

[填空题] 以下程序中,for循环体执行的次数是______。

#define N 2

#define M N+1

#define K M+1*M/2

main()

int i;

for(i=1;i<K;i++)

正确答案:

D

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签