Path: utzoo!mnetor!uunet!ndsuvax!ncbauers From: ncbauers@ndsuvax.UUCP (Michael Bauers) Newsgroups: comp.lang.c Subject: Re: Address of Array Message-ID: <569@ndsuvax.UUCP> Date: 14 Dec 87 18:10:46 GMT References: <126@citcom.UUCP> <...@...UUCP> <3137@tut.cis.ohio-state.edu> Reply-To: ncbauers@ndsuvax.UUCP (Michael Bauers) Organization: North Dakota State University Fargo, ND Lines: 16 To all who had to read the incorrect drivel I wrote...I apologise. apparently &a is not the standard way to get at the adress of the pointer to the array. I had done &x (where x is an integer var.), before and it worked fine, but &a (where a is an array) does not do the same thing according to sources wiser than myself. Would someone care to comment why &a does not behave like &x does? [-----------------------------------------------------------------------] [ Michael J. Bauers ( senior Computer Science at NDSU ) ] [ Reply to: NU100356@NDSUVM1 or ncbauers@ndsuvax.UUCP ] [ For God so loved the world that he gave his only son so that whoever ] [ believes in him will not perish, but shall have eternal life. ] [ Disclaimer: Frankly I do not think NDSU cares what I think, ] [ or even that I think at all. ] [-----------------------------------------------------------------------]