char A[ 3 ] [ 2 ] ;. Here, A is a 2D array of character data type. The array contains 3 rows and 2 columns. This array can be ...
確定! 回上一頁