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: JAVATpoint
String is: JAVATpoint
Lower String is: w3cschoool
Next TopicC strupr()


Contact US

Email:[email protected]

C strlwr()
10/30