InterviewSolution
Saved Bookmarks
| 1. |
What type of algorithm is not available in creating our own STL style algorithms?(a) copy_if()(b) remove_copy_if()(c) sort(d) remove_copy()I had been asked this question in quiz.This intriguing question originated from C Style Algorithms topic in division Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» Correct CHOICE is (a) copy_if() |
|