时间:2012-10-13 20:16:27
}
(13)以下程序的功能是:通过函数 func 输入字符并统计输入字符的个数。输入时用字符
@作为输入结束标志。请填空。
#include <stdio.h>
long 【14】 ; /* 函数说明语句 */
main()
{ long n; n=func(); printf("n=%ld ",n); }
long func
电脑版 | 手机版 | 返回顶部