第五章 习题课 电子信息与计算机科学系曾庆尚 #include void main(){ char st[80],*p=st,tmp;
printf("请输入一个字符串:\n");
gets(p);
printf("您输入的字符串是:\n");
printf("%s\n",p);
while(*p!='\0') { if(*p>='A'&&*p='a'&&*p