Help Rahul to Search

https://ide.codingblocks.com/s/317926 please help me with the code, test cases are not clearing,

Hey error is in if conditions of line 18 & 22
Conditions should be
(arr[s] <= key and key <= arr[mid])
&
(arr[mid] <= key and key <= arr[e])
resp.
In your current solution you are comparing key with index of array.

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.