Why strings are of reference type in C#.NET?
Posted: Wed Jul 13, 2022 7:56 pm
a) To create string on stack
b) To reduce the size of string
c) To overcome problem of stackoverflow
d) None of the mentioned
b) To reduce the size of string
c) To overcome problem of stackoverflow
d) None of the mentioned