填空题

程序段intcount=0;char*s=”ABCD”;while(*s!=’\0’){s++;count++;}执行后count=()。

【参考答案】

4