About pointer to pointer thing

Viewed 41

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;
0 Answers
Related