Hello,

In C++, if we declare an object of type, say int, we can check its memory location using reference operator, i.e. &.

Is some kind of Reference operator also present in C#?? Or is it possible to check the memory location in C# also?? If yes, how??

Thank you.