Author: Unknown
Subject: char * v char **
Date: Monday, 17 Feb 2020, 13:43:03
What exactly is the difference between char * and char ** if char * in name declares a string but actually declares a pointer to the zeroeth element in the string? Is that not exactly the same as char **, a pointer to a string?PREV INDEX NEXT