Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
11
Answers
Memory management in Dot net
Sharad Gupta
12y
4.2k
1
Reply
public static void Main()
{
string a ="abc";
string b=a;
a="xyz";
}
In this example, what is structure of memory, taken by these variable.
Post
Reset
Cancel
Answers (
11
)
Next Recommended Forum
server path
What protected internal access modifier