㈠ c语言中,调用find函数找出一句话中the的个数,下面是一个填空题.
#include<stdio.h>
intfind(char*str)
{
char*fstr="the";
inti=0,j,n=0;
while(str[i]!='