If I declare an array int a[20][20], then will a[9] be the pointer to the 1st element of the 10th row?
Or is it illegal to say a[9]?

Thanks!