Correct Answer : Option (A) : To sort the elements in the heap into ascending order
Explanation : C++ STL-heap container provides sort_heap() function to sort the heap into ascending order which will no longer remain a heap.