Question: 1. Name this program one.c This program reads in a matrix of integers. It then calls hasDups to see if there are any duplicates in
1. Name this program one.c This program reads in a matrix of integers. It then calls hasDups to see if there are any duplicates in the matrix (a given value occurs more than once). You must write hasDups. Hint: create a helper function that takes a value x and the matrix and returns how many times x occurs in the matrix. Your hasDups calls this helper function for each item in your matrix.

2. Name this program two.c This program builds a linked list of ten numbers and then prompts the user for a value. It counts how many times that value occurs in the linked list. Complete the howMany function.

# include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
