Is string reference type / value type?
Answer Posted / k.hemalatha
string is a reference type but behave likes value type.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
i want the csharp questions&answeres
Are private members inherited in c#?
How to reverse each word in a string using c#?
What is sqlconnection in c#?
Why do we need constructor?
What is the difference between double and decimal in c#?
What is cls, cts and clr in net?
What is a boolean c#?
What are the examples of data types?
What does f mean in c#?
What is difference between class and interface in c#?
What is a console operator?
What is written in c#?
What is the default value of datetime in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer