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