Basic Concept of List in c#
Basic Concept of List in c#

A list is the collection of data of the same datatype. It is similar to Array but easy to handle. The syntax for the declaration of list // List  li