Question: C Programming: Write a function that takes a size DIM array of double's as input and sets every value in the array to zero. If
C Programming:
Write a function that takes a size DIM array of double's as input and sets every value in the array to zero.
If not too much trouble, please annotate your work (so I'm learning and not just blindly copying), thankyou
The exact info I was given is shown below. I have not idea what size DIM array means.

arrayZero Function The first function you need to write this week is extremely simple. I takes a size DIM array of double's as input, and sets every value in the array to zero. This is a very small function and should be quite easy, however it will give you important practice in accessing each dimension of a vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
