periksa apakah string di string c

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