填空题

程序段char*s=”aBcD”;n=0;while(*s!=’\0’){if(*s>=’a’&&*s<=’z’)n++;s++;}执行后n=()。

【参考答案】

2