2d dynamic arrays

if we can say a[i] is equal to *(a+i) then can we say a[i][j] as *(a[i]+j)?

hello @kani001 yes you can do this that way .