Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ max of array

cout << " max element is: " << *max_element(array , array + n) << endl;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #max #array
ADD COMMENT
Topic
Name
1+7 =