Binary Search Of User Defined Array Written in C
- Asks User,how many elements they want in the array that you want to search
- Prompts user to enter the elements (each indivisual elements is defined by a space or newline(enter))
- Asks user what element they want to search in the array
- Shows the element and the index no. where the element is found