4 implement the function prototype for sequential search below where a
Search for question
Question
4. Implement the function prototype for sequential search below, where a[] is the array to be searched through, t is the target value to be found, nis the array dimension.
What is the complexity of the sequential search function? (10 Points)