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
Explain the functionalities of satellite assembly?
Name the control which cannot be placed in mdi?
State two different types of access modifiers.
What is the full form of GAC? Explain its uses?
What is verbatim literal in c#?
What does firstordefault mean in c#?
Is overriding of a function possible in the same class?
What are the types of operator?
What is the use of delegates in c#?
How does c# generics and c++ templates compare?
What are delegates?
What is use of abstract class in c#?
What is the difference between abstract and abstraction?
What is difference between override and new in c#?
What are the different types of assembly?