Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!ames!haven!ncifcrf!nlm-mcs!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: pointers to arrays Message-ID: <9694@smoke.BRL.MIL> Date: 23 Feb 89 12:38:06 GMT References: <19784@uflorida.cis.ufl.EDU> <13171@steinmetz.ge.com> <1044@auspex.UUCP> <7806@chinet.chi.il.us> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <7806@chinet.chi.il.us> les@chinet.chi.il.us (Leslie Mikesell) writes: ->> int flimflam[20]; -Does this imply that pointer math and subscripting of the returned -value is scaled by the size of the array? (i.e. would &flimflam + 1 -evaluate to the same address as flimflam + 20?) In essence, yes.