函数题43 习题11-3 计算最长的字符串长度《C语言程序设计(第4版)》题目集 原题链接:习题11-3 计算最长的字符串长度 (pintia.cn) 参考答案 int max_len( char *s[], int n ){ in