This is a cpp program which finds whether a number given by the user is there in the user given sorted array or not by using binary search, The code for the algorithm of the binary search uses recursion which is sort of a creative way to write the algorithm.