InterviewSolution
Saved Bookmarks
| 1. |
What kind of object is modifying sequence algorithm?(a) Function template(b) Class template(c) Method(d) IteratorThe question was posed to me in an international level competition.Question is from Modifying Sequence Algorithms topic in chapter Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» CORRECT ANSWER is (a) Function template Explanation: It is a group of FUNCTIONS and implemented under algorithm HEADER file. |
|