Vishal Dusane
What are pointer types in C#?
By Vishal Dusane in .NET on Apr 27 2016
  • Vishal Dusane
    Apr, 2016 27

    Pointer type variables store the memory address of another type. Pointers in C# have the same capabilities as the pointers in C or C++.Syntax for declaring a pointer type is -type* identifier;char* cptr; int* iptr;

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS