home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16407 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  655 b 

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