can I define as follows:
Code:
   char a[785][106];
for example , I define a two-dimensional array
Code:
       char a[MAX1][MAX2];
the MAX1 and MAX2 is how size?