tolowercase()(tolower)

戚薇淑
导读 大家好,乐天来为大家解答以下的问题,关于tolowercase(),tolower这个很多人还不知道,现在让我们一起来看看吧!1、函数名: tolower   

大家好,乐天来为大家解答以下的问题,关于tolowercase(),tolower这个很多人还不知道,现在让我们一起来看看吧!

1、函数名: tolower   功 能: 把字符转换成小写字母,非字母字符不做出处理   头文件:在VC6.0可以是ctype.h或者stdlib.h。

2、常用ctype.h   用 法: int tolower(int c);   说明:和函数int _tolower( int c );功能一样。

3、但是_tolower在VC6.0中头文件要用ctype.h   C程序例:   #include   #include   #include   #include   int main()   {int length, i;   char string[]="THIS IS A STRING";   length=strlen(string);   printf("%s",string);   for(i=0;i   #include   #include   using namespace std;   int main()   {   string str= "THIS IS A STRING";   for (int i=0; i

本文分享完毕,希望对大家有所帮助。

标签:

免责声明:本文由用户上传,如有侵权请联系删除!