Practice ยท 1 of 1
Find or nullptr
Implement find_value(const std::vector<int>& v, int target) returning a const int* to the first match, or nullptr if absent.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Access Practice: The Lifetime Question