73
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()