about pointers in C++ why we use ** in pointer to pointer
I just want to know the reason why we use ** in pointer to pointer
what is the main reason of using double indirections ?what is the logic behind it? or it is just a syntax?
are there any advantages or disadvantages