C language allows multidimensional arrays. Syntax of a multidimensional array declaration is: data_type array_name[size1][size2] ...
確定! 回上一頁