C语言函数习题及答案
- 1.编写一个函数fun实现求一个字符串中的英文字母的个数 - #include "stdio.h"int fun(char s[]){int i,n=0;for(i=0;s
C语言函数习题及答案