Question 2 [Total: 15 Marks] Declare and create an array of 5 elements arr[]= {1,3,5,6,10). Find the index of key elemen
Posted: Wed Apr 27, 2022 3:39 pm
Question 2 [Total: 15 Marks] Declare and create an array of 5 elements arr[]= {1,3,5,6,10). Find the index of key element K=3 using Binary Search.