int arr[2][3];. This array can store 2*3=6 elements. You can visualize this 2-D array as a matrix of ...
確定! 回上一頁