/* program to search an element using binary search method*/ #include<stdio.h> void sort(int a[],int n)