Is there a difference of declaring int *p; or int **p; I know **p is used for a pointer to a pointer but *p can also be assigned to a pointer so my question is there a difference between them?Is there a difference of declaring int *p; or i
Is there a difference of declaring int *p; or int **p; I know **p is used for a pointer to a pointer but *p can also be assigned to a pointer so my question is there a difference between them?Is there a difference of declaring int *p; or i