On 16/09/04 00:37 +0530, komal wrote: > Hi > I need help to understand pointer to pointer in C. What is a difference > between char *argv[] and char **argv?
Syntactic sugar. Though apparently C99 makes the differences between pointers and arrays more explicit. Devdas Bhagat -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

