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()

To explain: copy_if() ALGORITHM is not AVAILABLE in CREATING our own STL style algorithms.



Discussion

No Comment Found

Related InterviewSolutions