-
Pick out the correct statement about permutation.
-
- If the function can’t determine the next higher permutation, Returns true
- If the function can determine the next higher permutation, Returns false
- If the function can determine the next higher permutation, Returns true
- All of above
- None of these
Correct Option: C
If the function can determine the next higher permutation, it rearranges the elements as such and returns true.