I have an array function I need to write, but I'm pretty much stuck. Here it is:
Finish creating array2 and array3 as 4 x 4, 2-D array of integers. Describe the
differences between array1, array2, and array3.
|
|
int array1[4][4], *array2[4], **array3;
|
All I need is a function, not a full program. I'm just not sure what I'm being asked. I don't know what it means by finish creating the arrays.
Any help is appreciated.
Last edited on