1.A program to illustrate how to use the advance() member function of the iterator class in a list operations.
2.A program to demonstrate how to insert elements at the back of a vector container using the back_ inserter() member function of the iterator class.
3.A program to demonstrate how to use the distance() member function of the iterator class in a list operations