艾巴生活网

您现在的位置是:主页>数码 >内容

数码

c语言任意大小写字母的转换,C语言学习:任意大小写字母转换

2024-05-04 23:52:03数码帅气的蚂蚁
对于c语言任意大小写字母的转换,C语言学习:任意大小写字母转换,很多网友还不是很明白,今天艾巴小编收集了这方面的知识,就将其分享出来

c语言任意大小写字母的转换,C语言学习:任意大小写字母转换

对于c语言任意大小写字母的转换,C语言学习:任意大小写字母转换,很多网友还不是很明白,今天艾巴小编收集了这方面的知识,就将其分享出来。

操作方法:

1. Code for converting any uppercase and lowercase letters: # includesdio.h # definedaxie (x) (x='a' x='z') //Judge that it is an uppercase character definition Xiao Xie (x) (x=' a' x=' z')//Judge that it is a lowercase character definition. Convert to lowercase # Define zhuangdaxie (x) (x-'a'' a')//Convert to uppercase int main () {charstr [100]; int I; gets(str); for(I=0; str[I]; I )if (big pavilion (str [I]) str [I]=turn to small pavilion (str [I]); //If it is uppercase, it will be lowercase.

Else if (Xiao Xie (STR [I]) STR [I]=Zhuangdaxie (STR [I]); //If it is a lowercase character, convert it to uppercase puts (str); //The output result returns 0; }

2.利用int tolower(int())函数,将大写字母转换成小写字母。例子:#包含ctype。h main(){ char b[]=' qwert 222;#$'int I;printf('before tolower() : %b\n 'b);for(I=0;I sizeof(b);I)b[I]=降低(b[I]);printf('在tolower() : %b\n 'b之后);}

3.同样,也可以利用利用int tolower(int())函数,将小写字母转换成大写字母。例子:#包含ctype。h main(){ char a[]=' qwert 222;#$'int I;printf('before toupper() : %a\n 'a);for(I=0;I sizeof(a);I)a[I]=toupper(a[I]);printf('after toupper() : %a\n 'a);}

以上知识分享到此为止,希望能够帮助到大家!