C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
C String Lowercase: strlwr()The strlwr(string) function returns string characters in lowercase. Let's see a simple example of strlwr() function. #include Output: Enter string: JAVATpoint String is: JAVATpoint Lower String is: TheDeveloperBlog
Next TopicC strupr()
|