Hi,
I have a few questions:
1. How do I define a pointer to an array of pointers?
2. How do I define a 1-D array and a 2-D array as part of a struct and then initialize them later with the values passed into a function.
3. How do I malloc for these arrays.
Any help is appreciated!!
I have a few questions:
1. How do I define a pointer to an array of pointers?
2. How do I define a 1-D array and a 2-D array as part of a struct and then initialize them later with the values passed into a function.
3. How do I malloc for these arrays.
Any help is appreciated!!