Question: can it be in programming language C, thanks 3. (20 pt) Write a function count_common (int A, int B[, int nA, int nB) which takes

can it be in programming language C, thanks
3. (20 pt) Write a function count_common (int A, int B[, int nA, int nB) which takes two ID arrays of integers and their sizes as parameters, and then counts the number of common numbers in both array s. Assume that the numbers in each array are unique and sorted from smallest to largest. For example, if we have int AI61, 2, 3, 6, 7, 9; int BI51-1, 3, 4, 6, 8) int ni Then when we call your function as ncount common (A, B, 6, 5) it should return 3 because we have three common numbers (1, 3, 6) in both A and B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
