Is string reference type / value type?
Answer Posted / guest
Simple types (such as float, int, char), enum types and
struct types are all value types.
Note that many types (such as string) appear in some ways
to be value types, but in fact are reference types. These
are known as immutable types
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is verbatim literal in c#?
What is the default value of singleordefault?
What is string literal in c#?
What is the data provider name to connect to access database?
What is the difference between a class and an object c#?
What is meant by collections in c#?
What can be done with c#?
Do loops c#?
What are the examples of data types?
What is Satellite Assemblies ?
Does c# support #define for defining global constants?
How do you type a null character?
What is an interface class? Give one example of it
Show us in simple steps to create setup & deployment project for windows application?
What is the difference between an application domain and a process?