Question: 2. Write a C program that declares and initializes two integer arrays x and y. They should have at least 5 elements. You are required

2. Write a C program that declares and initializes two integer arrays x and y. They should have at least 5 elements. You are required to compute another integer array z such that each element of z is the multiplication result of the corresponding elements in x and y. Your output should look something like following: Input Array x: (-1 2 5 3 -5 6] Input Array y: [-7 8 23 13 23 28] Output Array z: [7 16 115 39 -115 168]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
