Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!umn-d-ub!umn-cs!ems!rosevax!richw From: richw@rosevax.Rosemount.COM (Rich Wagenknecht) Newsgroups: comp.lang.c Subject: C arrays of strings Message-ID: <3157@rosevax.Rosemount.COM> Date: Mon, 16-Nov-87 16:35:12 EST Article-I.D.: rosevax.3157 Posted: Mon Nov 16 16:35:12 1987 Date-Received: Wed, 18-Nov-87 07:27:33 EST Organization: Rosemount Inc., Eden Prairie, MN Lines: 6 Keywords: C Could someone explain the following declaration in english and give an example of how to use it? I believe I can use this declaration but cannot explain how is works. What I'm after is simply an array of character strings. char *str[X.hs.