printf("name = \"%s\"\n", name); printf("*p = \"%s\"\n", p); printf("strcmp(name, p) = %d\n", strcmp(name, p));
確定! 回上一頁