home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!portal!lll-winken!fnnews.fnal.gov!mp.cs.niu.edu!uxa.ecn.bgu.edu!news.ils.nwu.edu!engber
- From: engber@ils.nwu.edu (Mike Engber)
- Newsgroups: comp.lang.c
- Subject: & of array - what does ANSI specify for resulting value?
- Summary: unspecified or &foo[0]
- Message-ID: <1992Nov12.174305.1901@ils.nwu.edu>
- Date: 12 Nov 92 17:43:05 GMT
- Sender: usenet@ils.nwu.edu (Mr. usenet)
- Organization: The Institute for the Learning Sciences
- Lines: 9
- Nntp-Posting-Host: aristotle.ils.nwu.edu
-
-
- int foo[3];
-
- I know ANSI specifies the type of &foo will be an int**, how about
- the value? Is it unspecified - or - &foo[0].
-
- please cc via email if possible.
-
- -ME
-