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)

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!