In this line: scanf("%s", &word[i]);. You need to make sure word[i] is pointing somewhere, and has enough space to occupy the string entered ... ... <看更多>
In the original C language, strings are represented as just an array of ... We will see two mechanisms for passing input to a program: command-line ... ... <看更多>