LandY和C的博客no1.c //重新编写复习题5,用月份名的拼写代替月份号(别忘了用strcmp()).在一个简单的程序中测试该函数 # include <stdio.h> # include <string.h> # include <stdlib.h> # include <ctype.h&...
剑指数模的博客需要加一个getchar(),用它来抵消那回车键,要不第二个字符串会有问题。 */ { char ch = 0 ; int i = 0 ; printf ( "Please enter text to be analyzed:(# to terminate):" ); while ((ch = getchar...