If you want very much to use your while loop then you should write the code the following way char **p; int i; p = malloc(11 * sizeof(char *)); for (i = 0; ...
確定! 回上一頁