Answers for "how to check if a letter is in a string in c£"

C
4

check if string in string c

if(strstr(sent, word) != NULL) {
    /* ... */
}
Posted by: Guest on February-23-2020

Code answers related to "how to check if a letter is in a string in c£"

Code answers related to "C"

Browse Popular Code Answers by Language