Name: Anonymous 2013-02-23 19:11
I need to know
is
int *A[10];
an array of ten pointers to ints, or is it a pointer to an array of ten ints?
thnx.
is
int *A[10];
an array of ten pointers to ints, or is it a pointer to an array of ten ints?
thnx.