以下程序中的for循环执行的次数是( )。#define N 2#define M N+1#define NUM (M+1)*Mmain(){int i;for(i=1;i <=NUM;i++);printf(“%d\n”,i);}
·5
·6
·8
·9
出自:佳木斯大学语言治疗学