Suppose the following declaration :
List Ints = new List { 1, 2, 3 };
List is a reference type
int is value type
How the variable "Ints" is stored in memory ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gajendra JangidPosted Jun 6, 2019, 1:00 AM
Jaish MathewsPosted Jun 5, 2019, 8:13 AM
Rajanikant HawaldarPosted Jun 5, 2019, 5:43 AM
Sanwar RanwaPosted Jun 5, 2019, 5:09 AM