answersLogoWhite

0

int main (int argc, char **argv):

Here

argv is a pointer to a pointer (points to the first element of a pointer-array)

argv[0] is a pointer (points to the first character of a string)

argv[0][0] is a character

User Avatar

Wiki User

13y ago

What else can I help you with?