Question: PLEASE NOTE: if any more information is needed please let me know and check back asap as I will have updated it. *EDIT: I have



PLEASE NOTE: if any more information is needed please let me know and check back asap as I will have updated it.
*EDIT: I have added the information. Let me know if it needs to be updated again.*
Problem Statement: Construct a Linear Search function for searching an one
dimensional array. Write an associated main C program that test this linear search
function by call this function.
(Hint: This program is already shown in the text C How to Program chapter 6 under section
6.10.1 as Fig. 6.18 on Text Pages 241-242 8
th
Edition.
Please understand the logic of this linear search function. This type of search of an array works
efficiently for SMALL arrays.)
The sample input and output is shown on text page 242 for sample given array input.
For your Week#7 HW#5 Program#1 work, for this program, Do your own searches by
constructing your own random number generation between 10 and 50 in increment of 2 for
generating the array instead of the array shown in book. Search the array for 12, 36, and 45 that
you can use to perform the search. Show the output for these on you doc.
IMPortant: If you do not find these values in your array, print the nearest index and the
associated array element value.
IFig. 6.18:fig06_18.c 2 Linear search of an array 3 #incl ude
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
