pointer pointer
Posted
by gcc
on Stack Overflow
See other posts from Stack Overflow
or by gcc
Published on 2010-05-04T20:36:06Z
Indexed on
2010/05/04
20:38 UTC
Read the original article
Hit count: 204
why we using double pointer like char **p;
are there any purpose ,if there is please tell me
i read some books but none of them tells purpose(s) of pointer to pointer
if we can write char *p; and char **p;
i think we may write char ***p; or char ****p; am i wrong
© Stack Overflow or respective owner