Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) To create string on stack
b) To reduce the size of string
c) To overcome problem of stackoverflow
d) None of the mentioned