+ 3
Pls What's the different between these array declaration?
int[] array = {1, 2, 3} ; int [] array = new int [] {1, 2, 3} ;
3 Answers
+ 2
there is no diffrence they are initiated as same.
+ 2
@Bahadir: the question is about C#, not C++. :-)
0
@Igor :) thanks my fault