I'm reading this code and I meet this declaration that I don't know what it is and how it can be true. I know this is about pointer to pointer but can you explain to me why we write like this, thank you.
int **a = NULL, m, n;
I'm reading this code and I meet this declaration that I don't know what it is and how it can be true. I know this is about pointer to pointer but can you explain to me why we write like this, thank you.
int **a = NULL, m, n;