Advertisement



< Prev
Next >



C strlwr() function



The strlwr() is string function defined in the string.h header file, which is used to convert all the characters in a String to lower case letters.



Signature of strlwr() function


char * strlwr(char *str);







Note


The function strlwr() when called on any char[] array, containing a string value, returns its contents as an lower case string.




Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement