In Jagged array we fixed row in declaration and give the number of column of runtime.
Int [,] marks = new int [3];
Marks [0] = new int [5];
Marks [i] = new int [3];
Int [,] marks = new int [3];
Marks [0] = new int [5];
Marks [i] = new int [3];
Asp.net Tutorial
Comments
Post a Comment