Quiz on C++ Find_if_not Function



1. What does the function find_if_not do?
2. Which header file is required to use find_if_not?
3. What type of iterators can be used with find_if_not?
4. What is the return type of find_if_not?
5. Which of the following is a valid way to call find_if_not?

Advertisements