Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn
From: gwyn@brl-smoke.ARPA (Doug Gwyn )
Newsgroups: comp.lang.c
Subject: Re: Address of Array
Message-ID: <6763@brl-smoke.ARPA>
Date: Mon, 30-Nov-87 11:26:21 EST
Article-I.D.: brl-smok.6763
Posted: Mon Nov 30 11:26:21 1987
Date-Received: Thu, 3-Dec-87 04:08:02 EST
References: <126@citcom.UUCP>
Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) )
Organization: Ballistic Research Lab (BRL), APG, MD.
Lines: 6

In article <126@citcom.UUCP> jack@citcom.UUCP (Jack Waugh) writes:
>It recently occurred to me that there is no syntax to take the
>address of an array...

Arrays are not first-class citizens in C.  Nevertheless, the proposed
ANSI standard for C permits &array.