Question: Write a C program as follows: Single source code file Calls a function with an arbitrary name (i.e. you name it) that accepts two arrays
Write a C program as follows:
- Single source code file
- Calls a function with an arbitrary name (i.e. you name it) that accepts two arrays of the same size
- The function should add each element in the arrays together and place the values in a third array
- Each array element, each array address, and the sum are printed to the screen in tabulated format with headers

Also, can you please include LOTS of comments. I really need, almost everything explained, as I have no idea how to do this program.
ASSIGNMENT INFORMATION Due Date Saturday, March 2, 2019 11:59 PM Points Possible 20 View Rubric Write a program as follows: . Single source code file . Calls a function with an arbitrary name fi.e. you name it) that accepts two arrays of the same size The function should add each element in the arrays together and place the values in a third array Each array element, each array address, and the sum are printed to the screen in tabulated format with headers Example output: Al Value Al Addres A2 Value A2 Addres urm. Element 0 4210752 4210816 Submit your program source code file and a screen shot of the runtime output to this assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
