You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be a good thing to mention that a compiler may treat a newly created array as though it was already initialized with non-null values, even though it was not?
vararray=newstring[10];_=array[0].Length;// No warning