C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
C Compare String: strcmp()The strcmp(first_string, second_string) function compares two string and returns 0 if both strings are equal. Here, we are using gets() function which reads string from the console. #include Output: Enter 1st string: hello Enter 2nd string: hello Strings are equal
Next TopicC strrev()
|