QN1: Write the steps involved in performing binary search operation to search an element 56 in the following numbers. 32 48 56 79 82 99
QN2: Write an algorithm to expalin linear search method.
QN3:Give the differences between library functions and user-defined functions.