C how to find if string icludes other string code example Example: check if string in string c if(strstr(sent, word) != NULL) { /* ... */ }