What is the property of stable sort function provided by the STL algorithm?

a) sorts the elements of a sequence in ascending order preserving the relative order of equivalent elements b) sorts the elements of a sequence in descending order preserving the relative order of equivalent elements c) arranges the sequence randomly preserving the relative order of equivalent elements d) same as sort function of STL algorithm