Is string reference type / value type?
Answer Posted / baranee
Sorry guys bit of careless ..In the previous post I have
made a mistake string is a reference type not a value type.
Again, String is a reference type.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does addressof operator do in background ?
Can constructor be private c#?
What is the purpose of escape sequence?
What Is An Interface Class?
Why do we need static class in c#?
What are extension methods and where can we use them?
How do I link two windows forms in c#?
what is the scope of anonymous type ?
What is private virtual in C#?
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
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What is the purpose of ienumerable in c#?
What is form feed and carriage return?
Are structs value types or reference types?
What is the property of a class in c#?