Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!gatech!hubcap From: hubcap@hubcap.UUCP (Mike S Marshall) Newsgroups: comp.unix.wizards Subject: have I found a bug in K&R? Message-ID: <517@hubcap.UUCP> Date: Tue, 29-Sep-87 15:29:14 EDT Article-I.D.: hubcap.517 Posted: Tue Sep 29 15:29:14 1987 Date-Received: Thu, 1-Oct-87 00:39:48 EDT Organization: Clemson University, Clemson, SC Lines: 10 Keywords: argv definition on page 110 of K&R it says: "...(argv) is a pointer to an array of character strings..." but since the primary-expression operator [] has higher priority than the unary operator *, then isn't it more correct to say that argv (which is defined as char *argv[]) is an array of pointers to character strings? -Mike Marshall hubcap@hubcap.clemson.edu ...!hubcap!hubcap