#include void Search(int a[],int n,int x,int*i,int*j){ int start=0,end=n-1; *i=-1; *j=-1; while(start