Verifique se a string na string C
if(strstr(sent, word) != NULL) {
/* ... */
}
Adventurous Albatross
if(strstr(sent, word) != NULL) {
/* ... */
}