使用指针实现字符串拷贝
void MyStrcpy(char *p,char *q)】

使用指针实现字符串比较
Void MyStrcmp(char *p,char *q)

使用指针实现计算单词的个数,返回单词的个数
Char str[]=”hello my student”
输出有3个字符串

使用指针实现字符串拷贝
void MyStrcpy(char *p,char *q)】
使用指针实现字符串比较
Void MyStrcmp(char *p,char *q)
使用指针实现计算单词的个数,返回单词的个数
Char str[]=”hello my student”
输出有3个字符串