A program written of my choice in C
Your code must include the following:
-
It must use at least two functions with prototypes. At least one function needs to correctly and appropriately use pointers. (10 point bonus if both functions correctly and appropriately use pointers.)
-
It must use two arrays.
-
One of the arrays must be filled using a loop.
-
The other can be filled using any method. (10 points bonus: Make one of the arrays multidimensional.)
-
It must compile and run.