home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12311 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  596 b 

  1. Path: sparky!uunet!nntp1.radiomail.net!fernwood!synopsys!news.synopsys.com!jerry
  2. From: jerry@synopsys.com (Jerry Huth)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Computer terms, etc
  5. Message-ID: <1992Aug13.192456.19127@Synopsys.Com>
  6. Date: 13 Aug 92 19:24:56 GMT
  7. References: <cee1.713424953@Isis.MsState.Edu> <19479@fritz.filenet.com>
  8. Sender: usenet@Synopsys.Com
  9. Organization: Synopsys Inc.
  10. Lines: 6
  11.  
  12.  
  13. Scott Hopson (scotth@filenet.com) says:
  14. >> > and what is the diff. between  *foo[] and **foo?
  15. >> *foo[] is a pointer to an array
  16.  
  17. No, it's an array of pointers, because [] has higher precedence than *.
  18.