home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!hplabs!felix!fritz!scotth
- From: scotth@felix.filenet.com (Scott Hopson)
- Newsgroups: comp.lang.c
- Subject: Re: Computer terms, etc
- Message-ID: <19590@fritz.filenet.com>
- Date: 15 Aug 92 19:43:19 GMT
- References: <cee1.713424953@Isis.MsState.Edu> <19479@fritz.filenet.com> <1992Aug13.192456.19127@Synopsys.Com>
- Reply-To: scotth@fritz.filenet.com (Scott Hopson)
- Organization: FileNet Corp., Costa Mesa, CA
- Lines: 19
-
- In article <1992Aug13.192456.19127@Synopsys.Com> jerry@synopsys.com (Jerry Huth) writes:
- >
- >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 *.
-
- Sorry, it was 2:00 AM when I wrote that, I guess I forgot to put
- "of pointers" on the end.
-
-
- *foo[] is a pointer to an array [of pointers]
-
-
- thanks for the correction.
-
- --
- Scott Hopson (scotth@filenet.com)
-