1.Given an array of sorted list of integer numbers, write a function to search for a particular
item, using the method of binary search. And also show how this function may be used in a
program. Use pointers and pointer arithmetic. 2. Write a function (using a pointer parameter) that reverses the elements of a given array.