c how to check if a string is in another string code example Example: check if string in string c if(strstr(sent, word) != NULL) { /* ... */ }