

MCQOPTIONS
Saved Bookmarks
1. |
Which of te following is a built-in example of functors in C++? |
A. | mltiplication<T> f(a1, a2); |
B. | add<T> f(a1, a2); |
C. | subtract<T> f(a1, a2); |
D. | plus<T> f(a1, a2); |
Answer» E. | |