123
string word = "Hello"; if ( word == "Hello" ) //...
char *word = "Hello"; if ( !strcmp(word, "Hello") ) //...