Converting two dimensional array to double pointer (T[][]-->T**)
Your article is very informative. Thank you for your quick reply. I gather that double pointers are a one dimensional array of pointers whose memory is not stored consecutively. However, two dimensional array memory is consecutively stored. Then this shou...