C Programming Homework:
Write a function that will accept two arrays A and B, and willtest if the current element of A is equal to the correspondingelement of B (a[i] equal to b[i]…) It should print 1 for everymatch and 0 for every mismatch. Your function should returnvoid.
Expert Answer
An answer will be send to you shortly. . . . .