I know that list is used in C++ as we use linked list in C lang. Now, I want to know when forward list is used ?
I have seen at many places that object is passed as reference and as constant reference. I want to know the usage of each one.