int** matrix = malloc(10*sizeof(int*));. if(matrix == NULL). {. fprintf(stderr, "Memory Allocation Failed\n"); ; for(i=0; i<10; i++). {. free( ...
確定! 回上一頁