c语言有关字符操作的几个库函数1、isalpha2、isupper3、islower17、strupr功 能: 将串中的小写字母转换为大写字母 用 法: char *strupr(char *str);