Which of the following operators are overloaded for functors?

a) []
b) ()
c) <<
d) >>

1 thought on “Which of the following operators are overloaded for functors?”

  1. b
    Explanation: () operator is overloaded to use functor property in a C++ program because this is the only operator used for a function call.

Leave a Comment