how to sort array in C++; code example Example: stl sort in c++ sort(arr, arr+n, greater<int>()); // sorts in descending order