1.

Can we create an array with non-default values in C#?

Answer»

YES, we can create an ARRAY with non-default values. This can be ACHIEVED USING Enumerable.Repeat in C#.



Discussion

No Comment Found