Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

How the memory is allocated in C# objects?
"I read that the variables memory is allocated in the stack and the object memory is allocated in the Heap"
I little confused with above statements, that is the variable declaration and initialization is taken place inside the object So, the Heap memory should contain the stack memory(Is it true?).
Which is the certain way to understand the above statements? How it happens?
Please clarify

--Sowraaj
Posted

1 solution

 
Share this answer
 
Comments
codeninja-C# 24-Nov-12 1:30am    
Your second link clarify my doubts
-Thanks
Mohd. Mukhtar 24-Nov-12 1:35am    
cool

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900