编写函数foo,实现“判断字符串是否为回文,若是,则函数返回1,主函数输出 YES,否则返回0,主函数中输出
#include<stdio.h>如果是回文,返回1,否则返回0int foo(const char *pch){const char *pEnd=pchpEnd指向字符串头while(*pEnd !=&
编写函数foo,实现“判断字符串是否为回文,若是,则函数返回1,主函数输出 YES,否则返回0,主函数中输出
#include<stdio.h>如果是回文,返回1,否则返回0int foo(const char *pch){const char *pEnd=pchpEnd指向字符串头while(*pEnd !=&