Compilation error in binary search recursion code


I tried implementing the code of binary search with recursion but I am getting some compilation error

@Bhavya_Goel,
Updated Code here.

@Bhavya_Goel you haven’t taken the cases when your j becomes greater than or equals to n and return from your function after calling recursive function when (j==n-1).

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.