我知道对于单维数组 x=a[i]来说相当于x=*(a+i),但是如何使用指针访问二维数组的元素呢?
x=a[i]
x=*(a+i)
c pointers multidimensional-array
c ×1
multidimensional-array ×1
pointers ×1