Computer Science, asked by shilavatdamini661, 18 days ago

program of searching in c​

Answers

Answered by farhanuddindir78
0

Answer:

Linear search in C to find whether a number is present in an array. If it's present, then at what location it occurs. It is also known as a sequential search. It is straightforward and works as follows: we compare each element with the element to search until we find it or the list ends. Linear search for multiple occurrences and using a function.

Similar questions