這個函數的函數體可以這樣寫:
int I;
for(I = 0;我& ltleni++)
if(num[i]==key)返回I;
return-1;
那麽主函數中的查找語句可以寫成這樣:
if(searchNum(key,Num,len)!=-1)
Printf("找到了!\ n ");