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