Maximum length bitonic subarray


what is wrong in this code? it is complilng successful but not passing test cases

@shubhangis248 you forgot to take size of array as input.and call your helper function for all test cases.