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 do and while loop?
What is stringbuilder c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Why is c# used?
How to move to a state-related codebase?
What is the use of partial methods?
What is helper method in c#?
windows c# using datagridview in edit form sql server
Explain about CTS?
How to assign Null value to Var?
Does c# support multilevel inheritance?
What is use of a HashTable in .NET?
What is attribute and reflection in c#?
What is difference between gridview and form view?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.