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
What is primitive types in c#?
What is the difference between struct and class in c#?
What is use of list in c#?
what is IComparable
Is c# good for beginners?
List out the differences between array and arraylist in c#?
What is yield return in c#?
Are objects passed by reference in c#?
Is c# good for web development?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is session c#?
What is extension method in c sharp?
What is the use of nullable types in c#?
What is a multicast c# delegate?
What are boxing and unboxing?