My purpose in making this web site is to share my own knowledge and the information that I have hardly reached. I hope I can help you.
Continue reading...
Although the number of dimensions is included in array declarations, the size of each dimension is not
string[] s;
s = new string[5];
string[] s = new string[5]