C String – strlwr() function
strlwr() function in C String converts all the characters present in a given string to Lowercase. The strlwr() function is defined in the header file string.h. It takes a single argument that is the name of the string and is written as follows. strlwr(string_name); C Program for strlwr() function Output: Don’t be alarmed if it … Read more