max element from array c++ stl code example Example: c++ max of array cout << " max element is: " << *max_element(array , array + n) << endl;