To access the last,character of the last array, use a[1][4]. Note that “char a[2,5];” will compile, but will not give you a two dimensional array ...
確定! 回上一頁