InterviewSolution
Saved Bookmarks
| 1. |
How many kind of operation can be applied to transform method in c++?(a) 1(b) 2(c) 3(d) 4This question was posed to me in a national level competition.My question comes from Modifying Sequence Algorithms topic in chapter Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» CORRECT ANSWER is (b) 2 To EXPLAIN I WOULD say: There are two kinds of operations. They are UNARY and binary operation. |
|