SyntaxFix
Write A Post
Hire A Developer
Questions
It is a pointer to a pointer, so yes, in a way it's a 2D character array. In the same way that a char* could indicate an array of chars, a char** could indicate that it points to and array of char*s.
char*
char
char**