This C Program implements linear search. Linear search is also called as sequential search. Linear search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.
C program to implement Linear Search - Source code
Program Output
need an explanation for this answer? contact us directly to get an explanation for this answer