An STL algorithm is
- a friend function of a container class
- a member function a container class
- a standalone function designed to operate on containers
- None of the above
Answer:
Option c: a standalone function designed to operate on containers
Explanation Here
0 Comments