Ex3 Linear Search

  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Ex3 Linear Search as PDF for free.

More details

  • Words: 87
  • Pages: 1
EX.NO:3

LINEAR SEARCH

PROGRAM: #include<stdio.h> #include void main() { int i,c,a[30],n,k; clrscr(); printf("Enter the no.of elements:\n"); scanf("%d",&n); printf("Enter the elements:\n"); for(i=0;i

Related Documents

Ex3 Linear Search
October 2019 7
Linear Search
May 2020 6
Linear Search
June 2020 7
Ex3
July 2020 2
Trabajo Ex3
April 2020 4