Practice ยท 3 of 3
Longest Video
Given the Material model in scope, implement const Material* longest_video(const Material *ms, int n) returning the VIDEO record with the most minutes, or NULL when there are none.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Model Building