Is string reference type / value type ?
Answer Posted / avisek
string is referrence type....
bcz there is no limitations of string means it can have variable length......thats why str[0],str[1],
string stores only the referrence to the value stored in it....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between abstract and abstraction?
What is array c#?
What is a class c#?
What is the CTS, and how does it relate to the CLS?
What is strong name assembly?
Is stringbuilder better than string?
Is there any sample c# code for simple threading?
What is the name of c# compiler?
What is the difference between list and array in c#?
Write down the c# syntax to catch an exception
What is readline c#?
Does c# support try-catch-finally blocks?
What is _layout cshtml?
What are the steps to make an assembly to public?
What is difference between overloading and short circuiting?