Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!gwyn@brl-vld From: gwyn%brl-vld@sri-unix.UUCP Newsgroups: net.unix Subject: Re: argc[argv] Message-ID: <14767@sri-arpa.UUCP> Date: Mon, 19-Dec-83 12:53:22 EST Article-I.D.: sri-arpa.14767 Posted: Mon Dec 19 12:53:22 1983 Date-Received: Thu, 22-Dec-83 00:29:40 EST Lines: 4 From: Doug Gwyn (VLD/VMB) RONG. a[b] is entirely equivalent to *(a+b), as stated. You have to remember what "+" means when adding a pointer and a constant.