Array of c-style strings??

I have to create an array of c-style strings that hold the names of the months. I know how to create an array of strings, or a c-style string ( an array of characters) but an array of c-style strings confuses me. Can anyone help point me in the right direction please.
const char *months[] = { "January", "February", /*...*/ };
Topic archived. No new replies allowed.