char * word = (char *) malloc(sizeof(char) * 30);. strcpy(word,"good one 123 two 456"); ... I should not have used the pointer to cross into another array.
確定! 回上一頁