Compare 2 arrays

[Solved] Compare 2 arrays with C++

[Solved] Compare 2 arrays with C++

Compare 2 arrays: Write a program to find whether 2 arrays are contains the same element in same index position.  Input Format: Input consists of 2n+1 integers. The first integer corresponds to ‘n’ , the size of the array. The…