1.

Why strings are of reference type in C#.NET ?

A. To create string on stack
B. To reduce size of string
C. To overcome problem of stackoverflow
D. None of the mentioned
Answer» C. To overcome problem of stackoverflow


Discussion

No Comment Found