Disambigious array and pointer structures

Hi,

How can I find detailed examples and information about differences between structures like bellow:

1. int (*a)[]
1D array of int *
2. int *a[]
2d array = int **

Thanks!
go thru "deep C secrets" by peter van der linden.
Topic archived. No new replies allowed.