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 are extender provider components? Explain how to use an extender provider in the project.
What are data types with examples?
Explain how do I get deterministic finalization in c#?
What is escape sequence in c#?
What is the task perform by clr?
Define interface class in c#?
Define the term immutable ?
Can we inherit a class with private constructor in c#?
What is difference between float and decimal?
What are the types of comment in c# with examples?
Explain the Abstract class in c#.net
Do we get an error while executing the “finally” block in c#?
What are the different types of constructors?
Is char * null terminated?
What is thread and explain states of a thread in c#?