有如下程序#define N 3#define M N+1#define NUM 2*M+1Main(){ int i;For(i=1;i<=NUM;i++)printf("%d\n",i);}该程序中的for循环执行的次数是______。
A.5
B.8
C.7
D.6
正确答案是B