Проверьте, если строка в строке C

if(strstr(sent, word) != NULL) {
    /* ... */
}
Adventurous Albatross