以下的for循环:for(m=0,n=0;(n!=23)&&(m<5);m++);

以下的for循环:for(m=0,n=0;(n!=23)&&(m<5);m++);

A.是无限循环

B.循环次数不定

C.执行5次

D.执行3次

正确答案是C