Home » C++ Programming » Functions » Question
  1. How many parameters does a operator() in a function object shoud take?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: C

In the case of binary function objects, this operator() member function will take two parameters.



Your comments will be displayed only after manual approval.