One way is to do the following: char **arr = (char**) calloc(num_elements, sizeof(char*)); for ( i = 0; i < num_elements; i++ ) { arr[i] ...
確定! 回上一頁