大伙儿再给看看,最近看书有不会的
word counting的代码#include<stdio.h>
# define IN 1
# definf OUT 0
main()
{
int c,nl,nw,mc,state;
state=OUT;
ni=nw=nc;
while((c=getchar())!=EOF)
{
++nc;
if(c==‘\n')
++nl;
if(c==''||c=='\n'||c=='\t')
state=IN;
++nw;
}
}就是while loop中嵌套的第二个if语句和下边的else if语句都看不懂,那个朋友知道给讲讲呗