[prev] [index] [next]

Arrays of Strings

One common type of multi-d array is e.g. char *argv[]

[Diagram:Pic/argv.png]

Each element of argv[] is

  • a pointer to the start of a character array (char *)
    • containing a \0-terminated character sequence