I came across this line,
C# allows pointers but only in unmanaged code.
From Definition of Pointer, I read about this already in C and C++ friend functions. I didn't understand or get further explanations from that site if C# allows pointers...
What is some code for this or an understandable definition?