1.利用ascll码加加减减来实现转换。
2.函数
语法:
#include <ctype.h> int tolower( int ch ); |
功能:函数字符ch的小写形式。
语法:
#include <ctype.h> int toupper( int ch ); |
功能:函数字符ch的大写形式。
来源:知乎猪学长
标签:语法,ch,函数,int,字母,转化,大小写,toupper,include
来源: https://blog.csdn.net/qq_38236082/article/details/120810945