What does char **ch mean?

Rob X Cowan robc at cup.portal.com
Tue May 7 16:19:56 AEST 1991


   char **ch and char *ch are not equivalent, but if the reference isn't
just a typo, perhaps the author meant that internally a pointer is a pointer
is a.. and that a pointer to pointer to a char is much like a pointer to a
char at the machine level.  Pure conjecture.

-Rob
robc at cup.portal.com



More information about the Comp.lang.c mailing list