Q999
How the different permutations are ordered in c++?
A.
Compare lexicographically to each other elements
AnswerB.
By finding the highest element in the range
C.
By finding the lowest element in the range
D.
By deleting the lowest element in the range
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board