#: 3290 S10/Tandy CoCo
05-May-90 13:28:31
Sb: #3271-#C arrays
Fm: Pete Lyall 76703,4230
To: Jeff Dege 76426,211 (X)
Ummm... you may (read: OUGHT to) check your facts... compile the following
program (I did):
#include
main()
{
int foo[6][2];
printf("foo: %04x\n", foo);
printf("&foo[0][0]: %04x\n", &foo[0][0]);
}
You'll find that foo == &foo[0][0]. Since you have already conceded that foo =
&foo[0], that sort of blows your rebuttal, wouldn't you agree?
Again... I'm out of town for 10 days starting later today, so don't construe a
non-response as an agreement.
Pete rep
There is 1 Reply.
|