Array In C#

It feels like an array is useless in the beginning when you start learning about it but once you have understood the concept of the array in C#, you realize it is very useful. Imagine you need to save the names of a hundred employees. One name required one variable to be saved. You will need a hundred variables to save a hundred names.

Source: LXer – Array In C#