Examveda

What will be the lexicographical order of combinations of 2 elements each formed from the array arr={1,2,3}?

A. {{2,1},{3,2},{3,1}}

B. {{1,2},{2,3},{1,3}}

C. {{1,2},{1,3},{2,3}}

D. {{2,1},{3,1},{3,2}}

Answer: Option C


This Question Belongs to Data Structure >> Miscellaneous On Data Structures

Join The Discussion

Related Questions on Miscellaneous on Data Structures