Given a sorted array arr[] of n elements, write a function to search a given element x in arr[]. A simple approach...

read more