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
Explain the difference between proc. Sent by val and by sub?
What does async mean in c#?
What type of data type conversion happens when the compiler encounters the following code?
Explain concurrency with aop?
What is asp net c#?
What are the advantages of using partial classes?
What is delegate in c# interview questions?
What is a generic in c#?
What are controls in c#?
Is c# substring zero based?
How to implement an object pool in c#.net.
Is cli same as the clr?
Can we change static variable value in c#?
How we convert private assembly into public assembly?
Are c and c# the same thing?