Path: utzoo!attcan!uunet!seismo!esosun!ucsdhub!ucsd!chem.ucsd.edu!tps From: tps@chem.ucsd.edu (Tom Stockfisch) Newsgroups: comp.lang.c Subject: Re: 5[array] (was Re: "for" loops in C ...) Message-ID: <351@chem.ucsd.EDU> Date: 8 Nov 88 08:12:25 GMT References: <14999@agate.BERKELEY.EDU> <4700019@m.cs.uiuc.edu> <6945@cdis-1 <10742@cup.portal.com> <1076@dukeac.UUCP> Reply-To: tps@chem.ucsd.edu (Tom Stockfisch) Organization: Chemistry Dept, UC San Diego Lines: 14 So how come int 5[a], 5[*b]; isn't a legal declaration equivalent to int a[5], (*b)[5]; and the following isn't a legal cast? (int 10[*]) -- || Tom Stockfisch, UCSD Chemistry tps@chem.ucsd.edu