C – programming
Write a function called int addEmUp (int *arr, int len) thattakes as parameters an integer array and the length of that array.The function should use pointer arithmetic to go through the arrayand return the sum of all the numbers in the array.
Create a header file appropriately so others can use thisfunction in their own programs.
Expert Answer
An answer will be send to you shortly. . . . .