Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpmcaa!jimb From: jimb@hpmcaa.HP.COM (Jim Belesiu) Newsgroups: comp.lang.c Subject: Re: Another silly question Message-ID: <510001@hpmcaa.HP.COM> Date: 27 Apr 89 19:37:18 GMT References: <2459@nmtsun.nmt.edu> Organization: HP McMinville Division Lines: 8 I refer you to Kernighan and Ritchie's second edition of "The C Programming Language", p99. There you'll find it stated explicitly that a[i] is equivalent to *(a+i) where *a ana a[] reference the same data type. Jim Belesiu