Write a function that takes an integer array and an integer variable as an argument. The function then finds the position of the element in the array using binary search algorithm. Assume that the array is sorted in ascending order.
Answers
Answered by
3
int <function's name>(int n)
Similar questions