

MCQOPTIONS
Saved Bookmarks
1. |
What is the property of partial sort function provided by the STL algorithm? |
A. | sorts the elements before the middle element in ascending order and remaining elements are left without any specific order |
B. | sorts the elements before the middle element in descending order and remaining elements are left without any specific order |
C. | sorts the elements after the middle element in ascending order and remaining elements are left without any specific order |
D. | sorts the elements after the middle element in descending order and remaining elements are left without any specific order |
Answer» B. sorts the elements before the middle element in descending order and remaining elements are left without any specific order | |