Vidyalelo
C++ Programming · Q711

C++ miscellaneous

Programming · C++ Programming · question 711

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;
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board