What is the type of a pointer to a 2D array? – stackoverflow.com

I know that the following is not correct: int arr[2][3] = {}; //some array initialization here int** ptr; ptr = arr; But I am quite surprised that the following lines actually work int arr[2][3] = ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "What is the type of a pointer to a 2D array? – stackoverflow.com"