Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!brl-adm!brl-smoke!smoke!rgenter@BBN-LABS-B.ARPA From: rgenter@BBN-LABS-B.ARPA (Rick Genter) Newsgroups: net.lang.c Subject: Re: Pointers and Arrays Message-ID: <2425@brl-smoke.ARPA> Date: Sun, 20-Jul-86 11:29:49 EDT Article-I.D.: brl-smok.2425 Posted: Sun Jul 20 11:29:49 1986 Date-Received: Mon, 21-Jul-86 04:58:17 EDT Sender: news@brl-smoke.ARPA Lines: 17 If a is declared as: int a[10]; then &a is of type "pointer to array [10] of int", or (int (*) [10]) in cast terminology. (Or at least it should be) (Cdecl is wonderful). -------- Rick Genter BBN Laboratories Inc. (617) 497-3848 10 Moulton St. 6/512 rgenter@labs-b.bbn.COM (Internet new) Cambridge, MA 02238 rgenter@bbn-labs-b.ARPA (Internet old) linus!rgenter%BBN-LABS-B.ARPA (UUCP)