Answer Posted / usman
In simple words value types are those datatypes that store
there values on stack memory and values are settle down at
compile time example are "ENUM" and reference type are
those datatype that store there values in heap memory and
settle down while run time i.e dynamic types examples are
strings,class type etc
Cheers
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain the types of errors in c#?
Classes and structs can be declared as static, is this statement true or false?
What is gac? What are the steps to create an assembly and add it to the gac?
How many keyword present in C# language ?
What is the difference between protected and internal in c#?
Why data types are important?
What is yield keyword?
How do you escape a character?
What is the main purpose of xml?
Why reflection is used in c#?
What is application object in c#?
What is strong data type in c#?
what is the difference between .dll and .exe
Explain the different types of delegates used in c#.
What are PE(Portable Executable)?