1.

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;
Answer» E.


Discussion

No Comment Found