is this right? int numcols = 2; int numrows = 2; char *my2darray = malloc(numcols*numrows); /* since size of char ...
確定! 回上一頁