Program To Implement Linear Search
/* Program To Implement Linear Search */ #include
#include
void main() { int list[100],sz; int i,n; char ch='n'; clrscr(); printf("\n enter the no.of values(max.100)\n"); scanf("%d",&sz); for( i=0;i
Please send comments to
vgdarur.javafive@blogger.com
Copyright © 2008 - iForeRunner.com
http://www.iforerunner.com/