Question: Do it Question 6 [CLO-3] Marks = 5 Write a function in C++ which tests if two integer arrays have the same entries or not
![Do it Question 6 [CLO-3] Marks = 5 Write a function](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f959c2e3d6a_47466f959c27ecb0.jpg)
Do it
Question 6 [CLO-3] Marks = 5 Write a function in C++ which tests if two integer arrays have the same entries or not (even if not in the same order). The function must return 1 if the two arrays have the same entries and return 0 otherwise. Use this function in your main program to find out if two arrays have same entries or not and display results on screen. Your program should have the following interface. 4 The first array is: 35 2 10 6 The second array is: 10 2 6 5 3 The two arrays have the same entries
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
