Where reference and value types variables are stored?

 Posted by Raja on 4/20/2008 | Category: .NET Framework Interview questions | Views: 7617
Answer:

All reference type variables are stored in heap (Random) and all value types variables are stored in stack (Sequential).


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response