hello first post here! w00t! anywho, i have a question about dynamic arrays. I've noticed that you need the star before the title and more stars if you need more than just one dimension. I'm wondering when you put the stars before and after the title.

For example I've seen:

const char * const * const maze = yada yada yada

and then somewhere else:

*** some type

I'm trying to understand when to place the stars and the concept behind it.