Question: in C language Write a program that takes two 2D arrays of NXM as input and checks whether the two arrays contain the same elements

in C language
Write a program that takes two 2D arrays of NXM as input and checks whether the two arrays contain the same elements on each row or not. SAMPLE INPUT SAMPLE OUTPUT Enter no. of rows: 4 Enter no. of columns: 5 A1: 4 5 168 12347 4 70 59 98 1 3 2 Row 1 is a match Row2 is a match Row3 is not a match Row 4 is a match A2: 164 8 5 4 2 713 29547 92138 Part a) Provide at least two sample input and output [2 marks] Part b) Descriptive solution [upto 2 marks] OR step-wise pseudo-code (may or may not be executable) (upto 5 marks] OR Submit executable program code with proper indentation and comments (using C Language) (upto 8 marks]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
