Top "Pointer-to-array" questions

How to get size of 2D array pointed by a double pointer?

I am trying to get the number of rows and columns of a 2D Array from a double pointer pointed …

c multidimensional-array double-pointer pointer-to-array