On Wed, 2004-09-15 at 15:50, Devdas Bhagat wrote:
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.
K & R zindabad!