pointers to arrays and the '&' operator

Andrew Koenig ark at alice.UUCP
Fri Feb 17 08:24:54 AEST 1989


In article <3927 at ingr.com>, crossgl at ingr.com (Gordon Cross) writes:

> Since I am allowed to declare something that has type "pointer to an array
> of...", then why am I not permitted to apply the '&' (address of) operator
> directly to an array??

You can in ANSI C.
-- 
				--Andrew Koenig
				  ark at europa.att.com



More information about the Comp.lang.c mailing list