Answer Posted / pushparaj pentakota(anakapalli
stack can store value type and reference type also but at compile time only but heap can store objects at run-time.stack can't store objects bcz stack at run-time can't increse their memory size it's fixed length.objects need extra memory sometimes so objects allocate memory in heap context.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of convert toint32 in c#?
What are the string functions in c#?
How do I link two windows forms in c#?
What is out int in c#?
What is default access specifier for class in c#?
Why do we use threads in c#?
What is regex replace in c#?
What is difference between hashtable and dictionary in c#?
Describe the process of “exception handling implementation” in c#?
What does firstordefault mean in c#?
What is a verbatim string literal and why do we use it?
How to use exception handling in stored procedure?
When is a class declared as a class abstract?
Can you explain template pattern?
What are delegates in C#?