C++20 sections · 1024 units
Open in CourseQuiz: min_element Usage
Knowledge check
Check Your Understanding
How do you get the actual value (not iterator) of the minimum element in vector v?
- A.min_element(v.begin(), v.end())
- B.min_element(v)
- C.*min_element(v.begin(), v.end())
- D.v.min_element()