Vidyalelo
C# Programming · Q99

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 99

Q99

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

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

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board