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