if i want to sort the elements in the vector then how to do that code example Example: how to sort a vector vector<int> v; sort(v.begin(),v.end());