Another silly question

Jim Belesiu jimb at hpmcaa.HP.COM
Fri Apr 28 05:37:18 AEST 1989


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



More information about the Comp.lang.c mailing list