practice 5-4:write a function strend(s,t),return 1 if string t show in the end of string s,or return 0
#include
#include
int strend(char *s,char *t)
{
}
main()
{
}
practice 5-4:write a function strend(s,t),return 1 if string t show in the end of string s,or return 0
#include
#include
int strend(char *s,char *t)
{
}
main()
{
}