Operations performed on C++ lists?

What are the operations performed on C++ lists?
The operations that can be performed on lists are insertion, deletion, traversal and search.

No comments: