时间:2012-10-01 18:47:14
(29)有以下程序
#include
void fun(char *c)
{ while(*c)
{ if(*c>='a'&&*c<='z') *c=*c-('a'-'A');
c++;
}&nb
&nb
电脑版 | 手机版 | 返回顶部