返回值:字符串中字符个数 #include<stdio.h>#include<string.h>intmain(intargc,charconst*argv[])...
返回一个指针:int **a(void){ static int c[5][5]={0};return c;}