home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!nntp1.radiomail.net!fernwood!synopsys!news.synopsys.com!jerry
- From: jerry@synopsys.com (Jerry Huth)
- Newsgroups: comp.lang.c
- Subject: Re: Computer terms, etc
- Message-ID: <1992Aug13.192456.19127@Synopsys.Com>
- Date: 13 Aug 92 19:24:56 GMT
- References: <cee1.713424953@Isis.MsState.Edu> <19479@fritz.filenet.com>
- Sender: usenet@Synopsys.Com
- Organization: Synopsys Inc.
- Lines: 6
-
-
- Scott Hopson (scotth@filenet.com) says:
- >> > and what is the diff. between *foo[] and **foo?
- >> *foo[] is a pointer to an array
-
- No, it's an array of pointers, because [] has higher precedence than *.
-