What are pointer types in C#?

Technology CommunityCategory: C#What are pointer types in C#?
VietMX Staff asked 4 years ago

Pointer type variables store the memory address of another type. Pointers in C# have the same capabilities as the pointers in C or C++.

char* cptr;  int* iptr;

Please Disable AdBlock Plus and Refresh Website