Answers for "how to find max of array elemnt in c++ using stl;"

C++
8

c++ max of array

cout << " max element is: " << *max_element(array , array + n) << endl;
Posted by: Guest on May-22-2020

Browse Popular Code Answers by Language