2D array should be of size [row][col]. 2.) Allocate an array of int pointers i.e. (int *) of size row and assign it to int ** ptr. 3.) Traverse ...
確定! 回上一頁