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