Given an integer array and another integer element. The task is to find if the given element is present in array or not. The task is to complete the function search() which takes the array arr[], its ...