查找target[]_string在 source[]_string中出现最右边的位置

时间:2013-02-10 14:46:50
【文件属性】:

文件名称:查找target[]_string在 source[]_string中出现最右边的位置

文件大小:1023B

文件格式:C

更新时间:2013-02-10 14:46:50

fing stri1in str2

通过int getline(char line[],int max)获得从键盘输入source[]_string,通过int strindex(char source[],char target[])查找char pattern[]在source[]_string的位置,若找到则返回位置,否则返回-1.


网友评论