Pointer to pointer

int **q;

In the above declaration q is pointer to pointer to integer i.e.  Content of q is address of address of integer.

No comments: