Vidyalelo
C++ Programming · Q999

C++ miscellaneous

Programming · C++ Programming · question 999

Q999

How the different permutations are ordered in c++?

A.
Compare lexicographically to each other elements
Answer
B.
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