Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!lll-crg!nike!cad!ucbvax!ucsfcgl!ucsfcca!root From: root@ucsfcca.UUCP (Computer Center) Newsgroups: net.lang.c,net.micro.pc,net.unix Subject: Re: C'mon, guys! Message-ID: <529@ucsfcca.UUCP> Date: Mon, 2-Jun-86 22:23:51 EDT Article-I.D.: ucsfcca.529 Posted: Mon Jun 2 22:23:51 1986 Date-Received: Thu, 5-Jun-86 08:30:38 EDT References: <200@pyuxv.UUCP> <1181@ncoast.UUCP> <350@dg_rtp.UUCP> Organization: UCSF Computer Center Lines: 20 Xref: linus net.lang.c:8506 net.micro.pc:8118 net.unix:7340 > > (unless some of you people out there *want* PCC and "lint" to concur in your > mistaken belief that pointers and arrays are equivalent). Also note that Or do we have confusion between name and object? K&R, p. 186 An array name is a pointer expression. p. 210 Every time an identifier of array type appears in an expression, it is converted into a pointer to the first member of the array. So an array is not a pointer but a reference to an array in an expression is a pointer. Thos Sumner (...ucbvax!ucsfcgl!ucsfcca.UCSF!thos)