What are Jagged Arrarys ?

 Posted by Chikul on 12/21/2009 | Category: .NET Framework Interview questions | Views: 4070
Answer:

A jagged array is really an array of arrays.
To create a jagged array, you declare the array of arrays with multiple sets of parentheses or brackets and indicate the size of the jagged array in the first set of brackets (parentheses).


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response