摘要: 方法一, 形参给出第二维的长度。 例如: #include <stdio.h> void func(int n, char str[ ][5] ) { int i; for(i = 0; i < n; i++) printf("/nstr[%d] = %s/n", i, str[i]); } voi 阅读全文
posted @ 2018-11-30 13:23 Startu 阅读(3826) 评论(0) 推荐(0) 编辑