InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a logical unary functor?(a) logical_or f;(b) logical_and f;(c) logical_not f;(d) negate f;The question was asked during an online exam.Origin of the question is Functors in chapter Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» The correct choice is (c) logical_not |
|