int inflectionPoint(int ar[],int low, int high, int size) { if (low<=high) { int mid = low + (high - low) / 2; if(mid > 0 && mid < s