目录 1. 例题 2. 习题 1. 例题 1. 判断输入的字符是否为大写字母,若是则转换为小写字母 #include<stdio.h> int main() { char x1,x2; printf("请输入字母:");