In my code I have made a typedef 2D array (large array) typedef char matrix[matrix_size][matrix_size]; Then in the program I used malloc to ...
確定! 回上一頁