Question:

What is the pointer notation for multi-dimensional arrays. For example, for a single array, I know you can write it as *(p+i), where i can increase or decrease. How would I do this for a multi-dimensional array?

Thanks