1.

What are binary functors?(a) Functors that accepts only one parameter(b) Functors that accepts more than one parameters(c) Functors that accepts two parameters(d) Functors that accepts other than a specific type of parameterI had been asked this question in semester exam.I'm obligated to ask this question of Functors in portion Algorithms, Objects & Iterators in C++ of C++

Answer»

The CORRECT choice is (c) FUNCTORS that accepts two parameters

To EXPLAIN: Binary functors are those which accepts two ARGUMENTS as a parameter in a functor.



Discussion

No Comment Found

Related InterviewSolutions