Using malloc · Ex :- I'm declaring a 2d array of char, IE. 2000 strings · char **array = (char *) malloc (sizeof (char *)); · int x; · for (x = 0; x < 2000; ++x) {.
確定! 回上一頁