Question: Write a C program that adds equivalent elements of the two-dimensional arrays named first and second. Both arrays should have two rows and three columns.

Write a C program that adds equivalent elements of the two-dimensional arrays named first and second. Both arrays should have two rows and three columns. For example, element [1] [2] of the resulting array should be the sum of first [1] [2] and second [1] [2]. The first and second arrays should be initialized as follows: FIRST SECOND 18 16 54 23 11 24 16 52 19 .77 59 91
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
