Advertisement



< Prev
Next >



C++ strlwr() function



The strlwr() is string manipulation function defined in the cstring header file, which is used to convert all the characters in a string to lower case letters i.e. a string which is stored in a c-style char array.



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