[Solved] Compare 2 arrays with C++
![[Solved] Compare 2 arrays with C++ [Solved] Compare 2 arrays with C++](https://realcoder.techss24.com/wp-content/uploads/2022/07/Solved-Compare-2-arrays-with-C-1.png)
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…