㈠ c語言中,調用find函數找出一句話中the的個數,下面是一個填空題.
#include<stdio.h>
intfind(char*str)
{
char*fstr="the";
inti=0,j,n=0;
while(str[i]!='