Home » C strlwr() function

C strlwr() function

by Online Tutorials Library

C String Lowercase: strlwr()

The strlwr(string) function returns string characters in lowercase. Let’s see a simple example of strlwr() function.

Output:

Enter string: tutoraspire String is: tutoraspire Lower String is: tutoraspire 
Next TopicC strupr()

You may also like