Sanjay Dixit
What is an array in C#?
By Sanjay Dixit in C# on Jun 10 2013
  • Mukesh Kumar
    Sep, 2017 5

    Collection of elements

    • 0
  • Sasi Kala
    Dec, 2013 3

    An array is a collection of same type variables which can be accessed using numeric index. The numeric index is written in square brackets after the array name. int[] a = new int[5];

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS