Oct 20, 2010 at 10:15am
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!
Oct 20, 2010 at 6:34pm
go thru "deep C secrets" by peter van der linden.