Question: We use Visual Studios C Exercise 4 Compare arrays In main, create and initialize two int arrays with values, {1, 2, 3, 4, 5} and
We use Visual Studios C

Exercise 4 Compare arrays In main, create and initialize two int arrays with values, {1, 2, 3, 4, 5} and {1, 2, 0, 4, 5), respectively. Using a for loop to check whether the corresponding values of the arrays are equal. If two corresponding elements are equal print equal otherwise print unequal Note: The output should be: Equal, Equal, Unequal, Equal, Equal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
