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

  1. Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!hplabs!felix!fritz!scotth
  2. From: scotth@felix.filenet.com (Scott Hopson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Computer terms, etc
  5. Message-ID: <19590@fritz.filenet.com>
  6. Date: 15 Aug 92 19:43:19 GMT
  7. References: <cee1.713424953@Isis.MsState.Edu> <19479@fritz.filenet.com> <1992Aug13.192456.19127@Synopsys.Com>
  8. Reply-To: scotth@fritz.filenet.com (Scott Hopson)
  9. Organization: FileNet Corp., Costa Mesa, CA
  10. Lines: 19
  11.  
  12. In article <1992Aug13.192456.19127@Synopsys.Com> jerry@synopsys.com (Jerry Huth) writes:
  13. >
  14. >Scott Hopson (scotth@filenet.com) says:
  15. >>> > and what is the diff. between  *foo[] and **foo?
  16. >>> *foo[] is a pointer to an array
  17. >
  18. >No, it's an array of pointers, because [] has higher precedence than *.
  19.  
  20. Sorry, it was 2:00 AM when I wrote that, I guess I forgot to put
  21. "of pointers" on the end.
  22.  
  23.  
  24. *foo[] is a pointer to an array [of pointers]
  25.  
  26.  
  27. thanks for the correction.
  28.  
  29. -- 
  30. Scott Hopson   (scotth@filenet.com)
  31.