#include #include int LinearSearch(int *ar,unsigned num,int key) { unsigned i; for (i=0;i