Answer Posted / sri
Value types are stored directly on the stack, either within
an array or within another type.
Reference type are stored on the run time heap.That only
accessed through a reference to that storage.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an icollection in c#?
What is or operator in c#?
What is difference between the "throw" and "throw ex" in .net?
What is a constructor in c#?
What is a custom attribute?
what is the syntax to inherit from a class in c#?
What is mvc in c#?
How many types of namespaces available in version4?
Can properties be private in c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is method and function in c#?
Explain hash table in c# ?
What are the types of attributes in c#?
What is difference between il and dll ?
What's your approach to fetch static data in your windows form application?