Language
Version: 5
Categories
-
User Program Communication
-
Variables
-
Control Flow
-
Object Oriented Programming
-
Strings
Search Results
Searching for: Pointers in C#
Pointers and References
Language: C#
To store an address in memory of a variable. A pointer is a variable itself and has a value whereas a reference only has a variable that it is referencing.