Is string value type c#?



Is string value type c#?..

Answer / Mohammad Islam

No, in C#, strings are reference types, not value types. They are allocated on the managed heap.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what are value types and reference types? where they are stored?

5 Answers   Kanbay,


How do you prevent a class from being inherited in c#?

1 Answers  


What is the relationship between a process, application domain, and application?

1 Answers  


What are the differences between value types and reference types?

1 Answers  


Why we use oops in c#?

1 Answers  


What is asynchronous one-way calls?

1 Answers  


What are Regex / regular expressions ?

1 Answers   QuestPond,


Wcf and what is difference between wcf and web services?

1 Answers  


Define multicast delegate in c#?

1 Answers  


What is difference between class and interface in c#?

1 Answers  


What are winforms in c#?

1 Answers  


What are verbatim strings in c#?

1 Answers  


Categories