Correct way to initialize a NULL-terminated array of strings in C

Posted by jjardon on Stack Overflow See other posts from Stack Overflow or by jjardon
Published on 2010-05-01T17:16:23Z Indexed on 2010/05/01 17:17 UTC
Read the original article Hit count: 167

Filed under:
|
|

Is this code correct?

char *argv[] = { "foo", "bar", NULL };

© Stack Overflow or respective owner

Related posts about c

    Related posts about array