#include<stdio.h>
#include<conio.h>
int arr[20];
int x;
void input()
{
int i;
printf("How many elements out of 20:\n");
scanf("%d",&x);
for(i=0;i<x;i++)
{
printf("Enter no.=");
scanf("%d",&arr[i]);
}
}
void search()
{
int n,i,mid,low,high,flag=0;
printf("Enter no which you want to search: \n");
#include<conio.h>
int arr[20];
int x;
void input()
{
int i;
printf("How many elements out of 20:\n");
scanf("%d",&x);
for(i=0;i<x;i++)
{
printf("Enter no.=");
scanf("%d",&arr[i]);
}
}
void search()
{
int n,i,mid,low,high,flag=0;
printf("Enter no which you want to search: \n");