Q: How can I dynamically allocate a multidimensional array? ... for(i = 0; i < nrows; i++) array1[i] = malloc(ncolumns * sizeof(int));
確定! 回上一頁