what are value types and reference types? where they are stored?
Answer Posted / vaibhav
value type are variable of premitive data types like
int,float struct & refrence type are the instace of user
defied datatype like class,string, etc.
value type vatiable are stored on
stack ,refrence type variable are stored on heap.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is ilasm.exe used for?
What is the difference between dictionary and hashtable in c#?
Name the property of the textbox which cannot be changed at runtime?
Explain the access modifiers in c#?
Explain the difference between const and static read-only?
Can an abstract class inherit from another abstract class c#?
Why do we parse in c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is the use of flag in c#?
Why data types are important?
Which is faster hashtable or dictionary?
Define Virtual folder?
What are the different types of constructors in c#?
What is application c#?
what is virtual method in c#?