c#
Array name its self is a pointer??
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.
Najna AbdullaPosted Aug 19, 2014, 8:28 AM
VulpesPosted Aug 19, 2014, 8:20 AM
Note that in .NET objects may be moved about on the heap when garbage collections take place.
A reference is a 'tracking pointer' in that it changes automatically if the address of the object it points to changes.