Q711
Which of the following is an arithmetic unary functor?
A.
logical_not<T> f;
B.
logical_and<T> f;
C.
logical_or<T> f;
D.
negate<T> f;
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board