Code showing "Unreachable Sattement"

Kindly, go through the link and suggest me the limitation of the code: https://ide.codingblocks.com/s/179336

hi @Mayank2096
you are returning true without calling the function do the following changes .
if(arr[si]<arr[si+1])
{

       flag= IsSorted(arr,si+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.