函数题45 习题11-5 指定位置输出字符串《C语言程序设计(第4版)》题目集 原题链接:习题11-5 指定位置输出字符串 (pintia.cn) 参考答案 char *match( char *s, char ch1, char ch2 ){