+ 1
İs it possible to create a pointer array where each pointer in the array points to different array( possibly multi-dimensional)?
How to create a pointer array where each pointer in the array points to different array( possibly multi-dimensional)?? İf it is possible how to use them in function calls?
2 Respostas
+ 1
you can have an array of pointers, then allocate memory for each array element, thats like a multidimensional array
0
✳AsterisK✳ what is the corect pointer decleration for such a thing