How in double pointer int* is a data type

you have said that int * is a data type of pointer if we write a code like this :-
int x=3;
int *p=&x;
int *y=&p;
then how the int
is a data type for y pointer.

Refer this article. You will understand.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

1 Like